Open
Bug 489104
Opened 16 years ago
Updated 2 years ago
xpathResult "looks like" as an Array
Categories
(Core :: DOM: Core & HTML, enhancement, P5)
Core
DOM: Core & HTML
Tracking
()
UNCONFIRMED
People
(Reporter: aquilax, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
It would be nice if the xpathResult "looks like" an Array, so that could be used the Array methods on it, for example to iterate the results:
var xpathResult=document.evaluate("//div",document,null,XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,null);
Array.forEach(xpathResult,function(div){...});
Reproducible: Always
Updated•16 years ago
|
Component: General → DOM
OS: Windows Vista → All
Product: Firefox → Core
QA Contact: general → general
Hardware: x86 → All
Version: unspecified → Trunk
Comment 1•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•