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

IE11 preProcessedHeaders.split(/\r?\n/) #253

Closed
mikekotikov opened this issue Jan 19, 2021 · 1 comment · Fixed by #254
Closed

IE11 preProcessedHeaders.split(/\r?\n/) #253

mikekotikov opened this issue Jan 19, 2021 · 1 comment · Fixed by #254

Comments

@mikekotikov
Copy link

Thanks a lot for the ponyfill =)

Experience one issue on IE11 that crushes my app.

image

Have noticed that it fails with 'core-js' version above 3.5.0.
As for code investigation error appeared to raise at this expression to me preProcessedHeaders.split(/\r?\n/) .

Found same problem description in 'fetch' repo and PR with solution to it that worked fine in my case too.

Could you please apply this fix?

@qubyte
Copy link
Owner

qubyte commented Jan 19, 2021

Thanks for this. I've bumped fetch and published as 7.1.0.

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

Successfully merging a pull request may close this issue.

2 participants