close() was originally defined in WorkerGlobalScope, but it was moved to the derived interfaces (ie. DedicatedWorkerGlobalScope and SharedWorkerGlobalScope) by the recent spec change:
https://github.com/whatwg/html/pull/1119
In Blink, we need to...
1. move close() from WorkerGlobalScope.idl to the derived interfaces.
2. remove close() from ServiceWorkerGlobalScope
Comment 1 by nhiroki@chromium.org
, May 13 2016Status: Started (was: Assigned)