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

Service worker error on Firefox - Response.Headers.getAll undefined #711

Closed
danhawkes opened this issue Jan 9, 2017 · 1 comment
Closed

Comments

@danhawkes
Copy link

FF 52.0a2 (2017-01-09)

Seems the issue is that Response.Headers.getAll is undefined on the latest firefox:

https://github.com/zeit/next.js/blob/0551dc90a14d4beda8dc64058c4ae2837cc61ec6/client/next-prefetcher.js#L19

Apparently it's been removed from the latest spec:

https://www.fxsitecompat.com/en-CA/docs/2016/headers-getall-has-been-removed-in-favour-of-get-now-returning-all-values/

@danhawkes danhawkes changed the title Service worker error on Firefox - Response.Headers.getAll Service worker error on Firefox - Response.Headers.getAll undefined Jan 9, 2017
@impronunciable
Copy link
Contributor

@danhawkes thanks for reporting!

@lock lock bot locked as resolved and limited conversation to collaborators May 12, 2018
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