Andrew Kaster
29416befe6
LibWeb: Add ServiceWorker job registration and execution
...
Now we can register jobs and they will be executed on the event loop
"later". This doesn't feel like the right place to execute them, but
the spec needs some updates in this regard anyway.
2024-10-04 07:08:08 +02:00
Andrew Kaster
c77d9a2732
LibWeb: Start implementing serviceWorker.register
...
This is mostly the fun boilerplate. Actually creating the Job queue
to do the heavy lifting is next.
2024-09-20 22:41:24 +01:00
Andrew Kaster
0ece40c466
LibWeb: Add service worker client to ServiceWorkerContainer
2024-09-07 11:37:49 +02:00
Andrew Kaster
4df280689b
LibWeb: Add oncontrollerchange to ServiceWorkerContainer
2024-09-07 11:37:49 +02:00
Jamie Mansfield
f1098b4226
LibWeb: Implement ServiceWorkerContainer.onmessageerror
2024-08-28 18:36:28 +01:00
Jamie Mansfield
4b1273cbde
LibWeb: Implement ServiceWorkerContainer.onmessage
2024-08-28 18:36:28 +01:00
Tim Ledbetter
53ab6fa403
LibWeb: Stub the ServiceWorkerContainer
interface
2024-08-25 09:48:30 +02:00