LibWeb/IDB: Implement IDBObjectStore::name

This commit is contained in:
stelar7 2025-03-24 21:18:26 +01:00 committed by Jelle Raaijmakers
commit 3879391fa6
Notes: github-actions[bot] 2025-03-27 15:49:10 +00:00
6 changed files with 80 additions and 13 deletions

View file

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