Closed as not planned
Description
Version
main
Platform
N/A
Subsystem
No response
What steps will reproduce the bug?
await import("data:text/javascript,console.log(import.meta.url)?query")
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.url
with the query
What do you see instead?
SyntaxError: Unexpected end of input
Additional information
I believe this is due to #54748 (CC @KhafraDev)