[Webkit-unassigned] [Bug 104221] New: Add support for document.currentScript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 22:39:19 PST 2012


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

           Summary: Add support for document.currentScript
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://html.spec.whatwg.org/multipage/dom.html#dom-doc
                    ument-currentscript
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: syoichi at outlook.com


>document.currentScript
>
>Returns the script element that is currently executing. In the case of reentrant script execution, returns the one that most recently started executing amongst those that have not yet finished executing.
>Returns null if the Document is not currently executing a script element (e.g. because the running script is an event handler, or a timeout).
http://html.spec.whatwg.org/multipage/dom.html#dom-document-currentscript
http://html5.org/r/7551

Firefox 4+(Gecko 2+) only supported.
https://bugzilla.mozilla.org/show_bug.cgi?id=587931
https://developer.mozilla.org/en-US/docs/DOM/document.currentScript

-- 
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