mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibWeb/ServiceWorker: Implement ServiceWorkerGlobalScope event handlers
This commit is contained in:
parent
50b7e0807d
commit
3bb36d9379
Notes:
github-actions[bot]
2025-04-25 09:03:54 +00:00
Author: https://github.com/shannonbooth
Commit: 3bb36d9379
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4463
3 changed files with 83 additions and 7 deletions
|
@ -9,10 +9,10 @@ interface ServiceWorkerGlobalScope : WorkerGlobalScope {
|
|||
|
||||
[FIXME, NewObject] Promise<undefined> skipWaiting();
|
||||
|
||||
[FIXME] attribute EventHandler oninstall;
|
||||
[FIXME] attribute EventHandler onactivate;
|
||||
[FIXME] attribute EventHandler onfetch;
|
||||
attribute EventHandler oninstall;
|
||||
attribute EventHandler onactivate;
|
||||
attribute EventHandler onfetch;
|
||||
|
||||
[FIXME] attribute EventHandler onmessage;
|
||||
[FIXME] attribute EventHandler onmessageerror;
|
||||
attribute EventHandler onmessage;
|
||||
attribute EventHandler onmessageerror;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue