Failed to execute 'createObjectURL' on 'URL': Overload resolution failed
packaaa opened this issue · 1 comments
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.
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