mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/IDB: Implement IDBRecord
This commit is contained in:
parent
fe5d5639ef
commit
752210aec1
Notes:
github-actions[bot]
2025-08-27 14:15:43 +00:00
Author: https://github.com/stelar7
Commit: 752210aec1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5385
Reviewed-by: https://github.com/gmta ✅
11 changed files with 111 additions and 29 deletions
|
|
@ -290,6 +290,7 @@ libweb_js_bindings(IndexedDB/IDBIndex)
|
|||
libweb_js_bindings(IndexedDB/IDBKeyRange)
|
||||
libweb_js_bindings(IndexedDB/IDBObjectStore)
|
||||
libweb_js_bindings(IndexedDB/IDBOpenDBRequest)
|
||||
libweb_js_bindings(IndexedDB/IDBRecord)
|
||||
libweb_js_bindings(IndexedDB/IDBRequest)
|
||||
libweb_js_bindings(IndexedDB/IDBTransaction)
|
||||
libweb_js_bindings(IndexedDB/IDBVersionChangeEvent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue