Skip to content

Fetch API missing support handling #578

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

Merged
merged 2 commits into from
Mar 20, 2018
Merged

Conversation

bojeil-google
Copy link
Contributor

Fixes vague errors thrown in older browsers such as IE10/11 and iOS mobile Safari related to worker support.

Most of these are attributed to lack of support for fetch related APIs even when web workers are still supported.
In that case we throw an operation not supported in environment error on operations that require http requests.

Also adds missing dependency on firebase-functions required for demo app.

…obile Safari related to worker support.

Most of these are attributed to lack of support for fetch related APIs even when web workers are still supported.
In that case we throw an operation not supported in environment error on operations that require http requests.
@bojeil-google bojeil-google merged commit 563e048 into master Mar 20, 2018
@jshcrowthe jshcrowthe deleted the fetch-support-handling branch April 16, 2018 21:58
@firebase firebase locked and limited conversation to collaborators Oct 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants