mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 13:46:31 +00:00
LibWeb: Implement ServiceWorkerContainer.onmessageerror
This commit is contained in:
parent
4b1273cbde
commit
f1098b4226
Notes:
github-actions[bot]
2024-08-28 17:37:23 +00:00
Author: https://github.com/jamierocks
Commit: f1098b4226
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1196
Reviewed-by: https://github.com/tcl3 ✅
3 changed files with 15 additions and 1 deletions
|
@ -19,7 +19,7 @@ interface ServiceWorkerContainer : EventTarget {
|
|||
// events
|
||||
[FIXME] attribute EventHandler oncontrollerchange;
|
||||
attribute EventHandler onmessage; // event.source of message events is ServiceWorker object
|
||||
[FIXME] attribute EventHandler onmessageerror;
|
||||
attribute EventHandler onmessageerror;
|
||||
};
|
||||
|
||||
dictionary RegistrationOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue