ladybird/Tests/LibWeb/Text/input/ServiceWorker
Andreas Kling 99db474a84 LibWeb: Implement ServiceWorkerContainer.ready attribute
This patch implements the ready attribute on ServiceWorkerContainer,
a Promise that resolves when there's a ServiceWorkerRegistration
with an active worker for the current page. The promise never rejects
and stays pending if no active service worker exists.

This makes https://instagram.com/ load once again :^)
2026-01-09 23:16:36 +01:00
..
service-worker-ready.html LibWeb: Implement ServiceWorkerContainer.ready attribute 2026-01-09 23:16:36 +01:00
service-worker-register.html LibWeb: Add most of ServiceWorker Update algorithm 2024-10-23 11:33:28 -06:00
service-worker.js LibWeb: Start implementing serviceWorker.register 2024-09-20 22:41:24 +01:00