mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Implement IDBOpenDBRequest.onblocked
This commit is contained in:
parent
1114bbf2f1
commit
30db7fb323
Notes:
sideshowbarker
2024-07-17 18:08:55 +09:00
Author: https://github.com/jamierocks
Commit: 30db7fb323
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/242
Reviewed-by: https://github.com/AtkinsSJ ✅
4 changed files with 20 additions and 1 deletions
|
|
@ -4,6 +4,6 @@
|
|||
[Exposed=(Window,Worker)]
|
||||
interface IDBOpenDBRequest : IDBRequest {
|
||||
// Event handlers:
|
||||
[FIXME] attribute EventHandler onblocked;
|
||||
attribute EventHandler onblocked;
|
||||
[FIXME] attribute EventHandler onupgradeneeded;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue