I noticed a discrepancy between the spec IDL and Blink, that comes down to this bug: https://code.google.com/p/chromium/issues/detail?id=395931 If this makes sense, I suggest replacing `Exposed=(Window,Worker)` with `Exposed=(Window,DedicatedWorker,SharedWorker)` in the spec too. CC @coonsta and @jakearchibald