- From: Luke Bjerring <notifications@github.com>
- Date: Thu, 12 Jul 2018 11:28:08 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 12 July 2018 18:28:30 UTC
`AbstractWorker` is an `interface mixin`, not an `interface`, so needs to be pull in via `includes` not `implements`. Found while authoring https://github.com/web-platform-tests/wpt/pull/11960 You can view, comment on, or merge this pull request online at: https://github.com/w3c/ServiceWorker/pull/1335 -- Commit Summary -- * Fix syntax error in IDL -- File Changes -- M docs/v1/index.bs (2) -- Patch Links -- https://github.com/w3c/ServiceWorker/pull/1335.patch https://github.com/w3c/ServiceWorker/pull/1335.diff -- 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/1335
Received on Thursday, 12 July 2018 18:28:30 UTC