mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-26 12:17:52 +00:00
LibWeb: Implement IDBRequest::ready_state()
This commit is contained in:
parent
a4b876b43e
commit
29ddaa76e7
Notes:
github-actions[bot]
2024-11-26 13:52:33 +00:00
Author: https://github.com/stelar7
Commit: 29ddaa76e7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2236
Reviewed-by: https://github.com/gmta ✅
3 changed files with 13 additions and 2 deletions
|
@ -10,7 +10,7 @@ interface IDBRequest : EventTarget {
|
|||
readonly attribute DOMException? error;
|
||||
readonly attribute (IDBObjectStore or IDBIndex or IDBCursor)? source;
|
||||
[FIXME] readonly attribute IDBTransaction? transaction;
|
||||
[FIXME] readonly attribute IDBRequestReadyState readyState;
|
||||
readonly attribute IDBRequestReadyState readyState;
|
||||
|
||||
// Event handlers:
|
||||
attribute EventHandler onsuccess;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue