-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support importing data URLs #5059
Comments
base64 is additional feature, the basic usage is import('data:application/javascript,'+encodeURIComponent('console.log(3);')); |
bartlomieju
added
cli
related to cli/ dir
feat
new feature (which has been agreed to/accepted)
labels
May 21, 2020
One of this and #7433 can be closed. |
How so, what PR was this landed in? |
I mean they're duplicates and one can be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As pointed out in #5048, we should consider importing data URLs. The following works in Chromium:
Which which then will log
hello world
to the console.The text was updated successfully, but these errors were encountered: