- From: Jake Archibald <notifications@github.com>
- Date: Tue, 11 Jun 2019 01:14:32 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 11 June 2019 08:14:54 UTC
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