-
-
Notifications
You must be signed in to change notification settings - Fork 35.7k
Data URLs can't have query params #54944
Copy link
Copy link
Closed as not planned
Labels
fetchIssues and PRs related to the Fetch APIIssues and PRs related to the Fetch APIloadersIssues and PRs related to ES module loadersIssues and PRs related to ES module loaders
Metadata
Metadata
Assignees
Labels
fetchIssues and PRs related to the Fetch APIIssues and PRs related to the Fetch APIloadersIssues and PRs related to ES module loadersIssues and PRs related to ES module loaders
Type
Fields
Give feedbackNo fields configured for issues without a type.
Version
mainPlatform
Subsystem
No response
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
Everytime
What is the expected behavior? Why is that the expected behavior?
The Data URL should load correctly, printing the
import.meta.urlwith the queryWhat do you see instead?
Additional information
I believe this is due to #54748 (CC @KhafraDev)