[Webkit-unassigned] [Bug 58471] New: IndexedDB createObjectStore should throw if options arg is invalid

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 12:21:16 PDT 2011


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

           Summary: IndexedDB createObjectStore should throw if options
                    arg is invalid
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pilgrim at chromium.org
                CC: fishd at chromium.org


Two ways the options argument can be invalid: it's not an object, or it's an object with unknown attributes (besides keyPath and autoIncrement). Mozilla throws if the options argument is invalid in either of these ways; WebKit does not throw in either case.

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