LibWeb/IDB: Implement IDBObjectStore::keyPath

This commit is contained in:
stelar7 2025-03-24 20:50:52 +01:00 committed by Jelle Raaijmakers
commit 594ba28c35
Notes: github-actions[bot] 2025-03-27 15:49:32 +00:00
3 changed files with 22 additions and 1 deletions

View file

@ -5,7 +5,7 @@
[Exposed=(Window,Worker)]
interface IDBObjectStore {
[FIXME] attribute DOMString name;
[FIXME] readonly attribute any keyPath;
readonly attribute any keyPath;
[FIXME] readonly attribute DOMStringList indexNames;
[FIXME, SameObject] readonly attribute IDBTransaction transaction;
[FIXME] readonly attribute boolean autoIncrement;