[Webkit-unassigned] [Bug 118832] New: WorkerGlobalScope should support onoffline/ononline event handlers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 17 22:28:23 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118832

           Summary: WorkerGlobalScope should support onoffline/ononline
                    event handlers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: skyul at company100.net


http://www.whatwg.org/specs/web-apps/current-work/multipage/workers.html#handler-workerglobalscope-onoffline

http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#event-offline

When the value that would be returned by the navigator.onLine attribute of a Window or WorkerGlobalScope changes from true to false, the user agent must queue a task to fire a simple event named offline at the Window or WorkerGlobalScope object.

On the other hand, when the value that would be returned by the navigator.onLine attribute of a Window or WorkerGlobalScope changes from false to true, the user agent must queue a task to fire a simple event named online at the Window or WorkerGlobalScope object.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list