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 check might be over-ambitious #468

Closed
domenic opened this issue Jun 23, 2017 · 1 comment
Closed

Service worker check might be over-ambitious #468

domenic opened this issue Jun 23, 2017 · 1 comment

Comments

@domenic
Copy link
Member

domenic commented Jun 23, 2017

If context object’s relevant global object is a ServiceWorkerGlobalScope object

Shouldn't this be checking if context object is a ServiceWorkerGlobalScope object? Otherwise it means every EventTarget created inside the service worker has this restriction.

@annevk
Copy link
Member

annevk commented Jun 26, 2017

Duplicate of #371.

@annevk annevk closed this as completed Jun 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants