[w3c/ServiceWorker] should `ServiceWorker` interface implement `AbstractWorker` mixin? (#1268)

Currently the webidl has `ServiceWorker` including the `AbstractWorker` mixin.  All this mixin currently includes is an `onerror` event target.  AFAICT this event target is not used on the `ServiceWorker` interface.  Should we just stop implementing `AbstractWorker`?  What benefit does `AbstractWorker` provide?

@annevk @domenic do you have any thoughts?

-- 
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/1268

Received on Wednesday, 31 January 2018 17:04:15 UTC