Files
ladybird/Tests/LibWeb/Text/expected/ServiceWorker/service-worker-ready.txt
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

3 lines
73 B
Plaintext

ready is a Promise: true
ready is the same object on second access: true