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

Make use of responseType=blob conditional #490

Closed
vdonich opened this issue Mar 6, 2017 · 2 comments
Closed

Make use of responseType=blob conditional #490

vdonich opened this issue Mar 6, 2017 · 2 comments

Comments

@vdonich
Copy link

vdonich commented Mar 6, 2017

At the moment, the polyfill sets responseType='blob' unconditionally.
However, for the purpose of using <link rel="preload" for non-blob responses, the above responseType shouldn't be set in some cases.

I'm not sure which way is the best, maybe adding a responseType to supports object and then exposing it for modification on fetch similarly to polyfill = true would make sense?

@dgraham
Copy link
Contributor

dgraham commented May 12, 2017

Related to, and possible duplicate of, #481.

@JakeChampion
Copy link
Owner

Since #752 was merged, we no longer unconditionally set the responseType to blob.

I'll close this issue as I believe it is now resolved. If it is still an issue please comment and I will reopen and investigate :-)

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants