[Bug 14498] New: interface WorkerGlobalScope : EventTarget { readonly attribute WorkerGlobalScope self; readonly attribute WorkerLocation location; void close(); [TreatNonCallableAsNull] attribute Function? onerror; [TreatNonCallableAsNull] attribute Function? o

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14498

           Summary: interface WorkerGlobalScope : EventTarget {   readonly
                    attribute WorkerGlobalScope self;   readonly attribute
                    WorkerLocation location;   void close();
                    [TreatNonCallableAsNull] attribute Function? onerror;
                     [TreatNonCallableAsNull] attribute Function? o
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#the
                    -workerglobalscope-abstract-interface
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: other Hixie drafts (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org


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+

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 18 October 2011 15:56:57 UTC