[Webkit-unassigned] [Bug 101189] [JSC] IndexedDB: Can't create object store with null keyPath
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 1 13:54:37 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=101189
Sihui Liu <sihui_liu at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |sihui_liu at apple.com
Resolution|--- |CONFIGURATION CHANGED
--- Comment #1 from Sihui Liu <sihui_liu at apple.com> ---
Close this as this is fixed in latest Safari on macOS Monterey 12.3 beta. Tested with following code and no error:
var request = indexedDB.open('test');
request.onupgradeneeded = function(event)
{
event.target.result.createObjectStore('os', { keyPath: null });
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220201/b32c5e34/attachment-0001.htm>
More information about the webkit-unassigned
mailing list