mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
LibWeb/IDB: Implement IDBObjectStore::autoIncrement
This commit is contained in:
committed by
Jelle Raaijmakers
parent
b0453e044d
commit
2e02b62126
Notes:
github-actions[bot]
2025-03-27 15:49:18 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/2e02b621266 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4077 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/gmta ✅
@@ -8,7 +8,7 @@ interface IDBObjectStore {
|
||||
readonly attribute any keyPath;
|
||||
[FIXME] readonly attribute DOMStringList indexNames;
|
||||
[SameObject] readonly attribute IDBTransaction transaction;
|
||||
[FIXME] readonly attribute boolean autoIncrement;
|
||||
readonly attribute boolean autoIncrement;
|
||||
|
||||
[FIXME, NewObject] IDBRequest put(any value, optional any key);
|
||||
[FIXME, NewObject] IDBRequest add(any value, optional any key);
|
||||
|
||||
Reference in New Issue
Block a user