[Webkit-unassigned] [Bug 17296] New: forEach does not work with document.querySelectorAll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 10 15:07:47 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17296

           Summary: forEach does not work with document.querySelectorAll
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: richy at smilingsouls.net


forEach does not work with document.querySelectorAll().

The following,

document.querySelectorAll('body').forEach(
  function ($node) {

  }
);

Throws:

Value undefined (result of expression
document.querySelectorAll("body").forEach) is not object.

Tried this today in the latest nightly.


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



More information about the webkit-unassigned mailing list