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