[Webkit-unassigned] [Bug 129890] New: localStorage keys are not enumerable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 7 10:17:39 PST 2014


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

           Summary: localStorage keys are not enumerable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: medikoo+webkit.org at medikoo.com


localStorage.foo = 'bar';
localStorage.foo; // 'bar'
Object.keys(localStorage); // ['foo']
localStorage.propertyIsEnumerable('foo'); // false (should be true)

Strictly Webkit bug, all other engines behave ok.

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