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

new Headers(undefined) doesn't work with Samsung Internet 6.4 #1461

Closed
jeffposnick opened this issue May 1, 2018 · 0 comments
Closed

new Headers(undefined) doesn't work with Samsung Internet 6.4 #1461

jeffposnick opened this issue May 1, 2018 · 0 comments
Assignees
Labels
Bug An issue with our existing, production codebase.

Comments

@jeffposnick
Copy link
Contributor

Library Affected:
workbox-streams

I'm testing out a new site using workbox.streams with Samsung Internet 6.4, and found the following:

screen shot 2018-05-01 at 2 10 18 pm

That's coming from

const headers = new Headers(headersInit);

Manually running

new Headers(undefined);

from within the Samsung Internet JS console leads to that same TypeError: Failed to construct 'Headers': No matching constructor signature.(…) error, so I guess Chromium 56 didn't support undefined as a parameter to the Headers constructor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An issue with our existing, production codebase.
Projects
None yet
Development

No branches or pull requests

1 participant