ladybird/Tests/LibWeb/Text/expected/ServiceWorker
Andreas Kling 1835d739f5 LibWeb: Implement ServiceWorkerContainer getRegistrations
Expose ServiceWorkerContainer.getRegistrations() and implement the
Service Workers algorithm for collecting registrations matching the
current client's storage key. Resolve the promise with a frozen array
of ServiceWorkerRegistration objects, matching the Web-exposed return
type.

Use OrderedHashMap for the temporary LibWeb registration map, since the
Service Workers spec defines the registration map as ordered and
getRegistrations() exposes that iteration order.

Add text coverage for the no-registration case used by TradingView's
startup path. Without this method, the page threw while calling
navigator.serviceWorker.getRegistrations() and aborted before rendering
its chart.
2026-05-23 19:11:01 +02:00
..
service-worker-get-registrations.txt LibWeb: Implement ServiceWorkerContainer getRegistrations 2026-05-23 19:11:01 +02:00
service-worker-ready.txt LibWeb: Implement ServiceWorkerContainer.ready attribute 2026-01-09 23:16:36 +01:00
service-worker-register.txt LibWeb: Add most of ServiceWorker Update algorithm 2024-10-23 11:33:28 -06:00