Closed
Bug 500526
Opened 16 years ago
Closed 12 years ago
Can't iterate over Storage
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jbalogh, Unassigned)
Details
Attachments
(1 file)
1.03 KB,
text/html
|
Details |
I expected to be able to iterate over localStorage/sessionStorage like other Javascript objects, but for..in and for each..in both fail with "Error: null has invalid __iterator__ value null".
Safari 4 supports for..in.
Updated•12 years ago
|
Attachment #385227 -
Attachment mime type: text/plain → text/html
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•12 years ago
|
Component: DOM: Other → DOM
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•