This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21288 - void importScripts(DOMString... urls); shouldn't be in the "obsolete" partial interface
Summary: void importScripts(DOMString... urls); shouldn't be in the "obsolete" partia...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-14 13:50 UTC by contributor
Modified: 2013-04-15 15:55 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2013-03-14 13:50:17 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html
Multipage: http://www.whatwg.org/C#WorkerGlobalScope-partial
Complete: http://www.whatwg.org/c#WorkerGlobalScope-partial

Comment:
void importScripts(DOMString... urls);	shouldn't be in the "obsolete" partial
interface

Posted from: 90.230.217.68
User agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.8.2) Presto/2.12.388 Version/12.14
Comment 1 Ian 'Hixie' Hickson 2013-04-09 17:47:33 UTC
In what sense is it "obsolete"?
Comment 2 Simon Pieters 2013-04-09 21:25:10 UTC
http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#workerglobalscope says

  // also has obsolete members

which links to

partial interface WorkerGlobalScope {
  void importScripts(DOMString... urls);
  readonly attribute WorkerNavigator navigator;
};

I guess changing the text "also has obsolete members" to something that doesn't include the word "obsolete" would address this bug.
Comment 3 Ian 'Hixie' Hickson 2013-04-14 07:09:21 UTC
Oh yikes, that's a bug in my postprocessor. Thanks for catching that. Fixed.