[Webkit-unassigned] [Bug 19111] New: sessionStorage data should be remove when using delete

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 18 12:22:02 PDT 2008


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

           Summary: sessionStorage data should be remove when using delete
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit at nczonline.net


In sessionStorage, you should be able to remove data like this:

delete sessionStorage.name;

This doesn't work in WebKit, you using removeItem() works fine. The delete
operator usage is supported in both Firefox 2+ and Internet Explorer 8.


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