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 14498 - interface WorkerGlobalScope : EventTarget { readonly attribute WorkerGlobalScope self; readonly attribute WorkerLocation location; void close(); [TreatNonCallableAsNull] attribute Function? onerror; [TreatNonCallableAsNull] attribute Function? o
Summary: interface WorkerGlobalScope : EventTarget { readonly attribute WorkerGlobal...
Status: RESOLVED INVALID
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: 2011-10-18 15:56 UTC by contributor
Modified: 2012-07-18 18:42 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2011-10-18 15:56:49 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html
Multipage: http://www.whatwg.org/C#the-workerglobalscope-abstract-interface
Complete: http://www.whatwg.org/c#the-workerglobalscope-abstract-interface

Comment:
interface WorkerGlobalScope : EventTarget {   readonly attribute
WorkerGlobalScope self;   readonly attribute WorkerLocation location;	void
close();   [TreatNonCallableAsNull] attribute Function? onerror;  
[TreatNonCallableAsNull] attribute Function? onoffline;  
[TreatNonCallableAsNull] attribute Function? ononline; }; WorkerGlobalScope
implements WorkerUtils;

Posted from: 120.166.41.49
User agent: Mozilla/5.0 (BlackBerry; U; BlackBerry 9900; id) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.261 Mobile Safari/534.11+