CLOSED DUPLICATE of bug 9873 12703
A way to look at properties/items/ nodes from objects and nodes
https://bugs.webkit.org/show_bug.cgi?id=12703
Summary A way to look at properties/items/ nodes from objects and nodes
Rene v Amerongen
Reported 2007-02-08 14:15:37 PST
I hope because of the coming freeze that this is still a feature with a high implementation value. A way to look at properties/items/ nodes from f.e [objects HTMLLinkElement] and the like in the value column from the Variable Table. f.e If I do var l=CreateEl("link"); l.setAttribute("type","text/css"); l.setAttribute("rel","stylesheet"); l.setAttribute("href","niftyCorners.css"); l.setAttribute("media","screen"); document.getElementsByTagName("head")[0].appendChild(l); I can't see the properties from l
Attachments
Sam Weinig
Comment 1 2007-02-13 15:55:35 PST
*** This bug has been marked as a duplicate of 9873 ***
Timothy Hatcher
Comment 2 2008-05-17 09:56:03 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.
Note You need to log in before you can comment on or make changes to this bug.