Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Tracking: ServiceWorker interaction #79

Closed
littledan opened this issue May 20, 2019 · 5 comments
Closed

Tracking: ServiceWorker interaction #79

littledan opened this issue May 20, 2019 · 5 comments

Comments

@littledan
Copy link
Member

It's not clear how/whether top-level await plays well with ServiceWorkers. See w3c/ServiceWorker#1407 for discussion.

@annevk
Copy link
Member

annevk commented Jun 6, 2019

I think we should offer an internal slot on agents to disable this that we can set on service worker agents. And then it can be a syntax error there.

Service worker scripts run with different states and when processing events such as fetch there really shouldn't be anything blocking the execution of its listener callbacks.

@jakearchibald

This comment has been minimized.

@domenic

This comment has been minimized.

@littledan
Copy link
Member Author

Should we have this conversation here or in w3c/ServiceWorker#1407 ? We might be able to engage more ServiceWorker experts in their repository.

@domenic
Copy link
Member

domenic commented Jun 10, 2019

Thanks, I'd missed or forgotten about that. I will move my comment there and mark it off-topic for here, as indeed the better discussion seems to be over there.

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

5 participants