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

In fact, we could define "Dispatch a service worker event" which takes an `ExtendableEvent`, which also calls "Update Service Worker Extended Events Set".

So it'd become:

1. [Handle a functional event](https://w3c.github.io/ServiceWorker/#handle-functional-event) for *registration* and `"eventName"` using the following steps:
    1. Let *event* be a trusted event (…new event object).
    1. Dispatch a service worker event *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/1196#issuecomment-331160864

Received on Thursday, 21 September 2017 13:46:03 UTC