Re: [w3c/ServiceWorker] Top-level await integration for ServiceWorkers running modules (#1407)

And we *do* prevent people from doing:

```js
(async () => {
  await delay(100);
  addEventListener('fetch', event => …);
})();
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1407#issuecomment-500736777

Received on Tuesday, 11 June 2019 08:14:54 UTC