Version
main
Platform
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)
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)