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