Re: [w3c/ServiceWorker] Making it easier to handle the state of extendable events (#1348)

For my own reference, here's an easy way to lift changes from the living spec to v1:

```sh
git diff master -- docs/index.bs | patch -p1 docs/v1/index.bs
```

(assuming you're on a feature branch based on master)

-- 
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/pull/1348#issuecomment-420587449

Received on Wednesday, 12 September 2018 09:58:41 UTC