Skip to content
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

When getting a file via data URL from the zip extension, the "prefix" is always "data:application/octet-stream;base64," #1682

Open
snowboyz0825 opened this issue Sep 13, 2024 · 0 comments

Comments

@snowboyz0825
Copy link

snowboyz0825 commented Sep 13, 2024

This doesn't seem like it should be a problem, but most extensions that handle dataURL require it to be the proper "prefix." You can work around it by splitting it off and joining it with the proper prefix, but it's annoying, clunky, and counter-intuitive.

This was the issue in #1601, but I feel we should fix it instead of closing it when a workaround is found.

The main issue would be breaking projects that already work around it, so we may have to do some trickery with legacy blocks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant