This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html Multipage: http://www.whatwg.org/C#the-workerglobalscope-common-interface Complete: http://www.whatwg.org/c#the-workerglobalscope-common-interface Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/ Comment: "// also has obsolete members" in WorkerGlobalScope seems inaccurate Posted from: 87.64.253.148 by ms2ger@gmail.com User agent: Mozilla/5.0 (X11; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0
It links to [Exposed=Worker] partial interface WorkerGlobalScope { void importScripts(DOMString... urls); readonly attribute WorkerNavigator navigator; }; WorkerGlobalScope implements WindowTimers; WorkerGlobalScope implements WindowBase64; none of which seems particularly obsolete.
Oops. I've hacked in a fix for now, but the real fix is for me to just parse the IDL natively in my new pipeline to do these things.
*** Bug 26475 has been marked as a duplicate of this bug. ***
*** Bug 27539 has been marked as a duplicate of this bug. ***
Removing the URL since this isn't a problem with workers anymore.
https://github.com/whatwg/wattsi/issues/97