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

Failed to execute 'createObjectURL' on 'URL': Overload resolution failed #276

Open
4 tasks
packaaa opened this issue Oct 28, 2021 · 1 comment
Open
4 tasks

Comments

@packaaa
Copy link

packaaa commented Oct 28, 2021

TODO

  • Is this a question or bug? Stack Overflow is a much better place to ask any questions you may have.

  • Did you search the issues to see if someone else has already reported your issue? If yes, please add more details if you have any!

  • If you're using an older version, have you tried the latest?

  • If you're requesting a new feature; provide as many details as you can. Why do you want this feature? Do you have ideas for how this feature should be implemented? Pseudocode is always welcome!

Issue Details

  • Version used (Ex; 1.0):

  • Describe whats happening (Include any relevant console errors, a Gist is preferred for longer errors):

  • OS & Browser version (Please be specific) (Ex; Windows 10 Home, Chrome 62.0.3202.94):

  • Do you know of any workarounds?

  • Provide any extra details that will help us fix your issue. Including a link to a CodePen.io or JSFiddle.net example that shows the issue in isolation will greatly increase the chance of getting a quick response.

@Techn1x
Copy link

Techn1x commented Jan 29, 2024

I've encountered this error as well - It occurs when URL.createObjectURL() receives something other than a File/Blob etc.

In my case, there was a bug in Pretender.js, where fetch() requests for binary files (eg images) via pretender passthrough would incorrectly return String instead of Blob. Do you happen to be using pretender.js?
pretenderjs/pretender#363

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

2 participants