Re: [w3c/ServiceWorker] Issues with "Handle Functional Event" (#1196)

> "Handle Functional Event" wants an ExtendableEvent, a registration, and some callback steps. These callback steps are run on the active service worker's event loop. However, I need to be on the service worker's event loop in order to create the ExtendableEvent.

Right. I checked two call sites, Notifications API and Push API. Notifications API was creating an event within the callbackSteps without giving an event argument to Handle Funcational Event. (So, the arguments and the algorithm input params needed to be clarified.) Push API was creating an event from the caller's steps. Yeah, so we need to clarify this. I left review comments in #1199.

-- 
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/1196#issuecomment-333071604

Received on Friday, 29 September 2017 08:58:41 UTC