-
Notifications
You must be signed in to change notification settings - Fork 51
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
Not compatible with IE 11 #126
Comments
We do transpile ky (src). Can you please share some more info about error? |
Sure. I'll prepare a reproduction. It's worth noting that the error only shows up in production - not in dev. |
https://github.com/danielroe/nuxt-ie-http Just build/start and view in IE. |
I have written an almost-drop-in replacement for ky + this module that does work in IE. As I recall the issue was ky's implementation of the Headers class. I'm not suggesting changing |
Using ky is a little bit disappointing indeed... We may replace in next major version. Would you mind opening docs PR for notice? Later-one can check IE issue on VM and possible fix |
Unfortunately this is a game breaker for me and I will have to switch back to axios now :/ @pi0 do you have a specific library in mind for the next mayor version? |
@jloewe Most likely building on top of native fetch or an in-house (nuxt-contrib) project for universally using. |
@pi0 would you like a PR to refactor this module not to use |
I vote 👍 to remove |
Hi @atinux, @pi0 |
Version
v0.5.11
Reproduction link
https://github.com/danielroe/nuxt-ie-http
See also browser support statement in
ky
READMESteps to reproduce
Although Nuxt polyfills
unfetch
in IE,ky
uses an implementation of the header class that isn't compatible with IE 11.Probably worth mentioning in the docs.
What is expected ?
IE11 support or a mention in the docs
What is actually happening?
No mention
The text was updated successfully, but these errors were encountered: