-
Notifications
You must be signed in to change notification settings - Fork 668
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
Chrome failing to open blob in new window/tab #71
Comments
Were u able to solve this? |
try to convert the Blob object to base64 : ) |
You can create a link with |
If you're using AdBlock, it can close tab with blob url ;( |
@evitolins |
Many thanks gromsterus! |
I had the same problem, and cause is the Adblock (facepalm) |
your my life saver |
I had the same problem, and cause is the Adblock |
I'll have to verify but I do have uBlock running. If confirmed, I'll close the ticket. Thanks everyone! |
had same issue after closing adblock, its resovled! |
Thanks! |
It seems a recent release of Chrome (Version 56.0.2924.87 (64-bit)) is blocking the ability to open a new window with the blob.
window.open(URL.createObjectURL(blob));
This doesn't seem to be gif.js specific, but probably good to explore other options, or at least note it in the documentation.
The text was updated successfully, but these errors were encountered: