We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
navigator is available in both browser and sw context, so it can't be used to determine the environment. See https://github.com/firebase/firebase-js-sdk/blob/master/packages-exp/messaging-compat/src/registerMessagingCompat.ts#L37
navigator
We can use self && 'ServiceWorkerGlobalScope' in self which is currently used in v8.
self && 'ServiceWorkerGlobalScope' in self
The text was updated successfully, but these errors were encountered:
Messaging-Compat
zwu52
Successfully merging a pull request may close this issue.
navigator
is available in both browser and sw context, so it can't be used to determine the environment. See https://github.com/firebase/firebase-js-sdk/blob/master/packages-exp/messaging-compat/src/registerMessagingCompat.ts#L37We can use
self && 'ServiceWorkerGlobalScope' in self
which is currently used in v8.The text was updated successfully, but these errors were encountered: