Re: [w3c/ServiceWorker] How does ServiceWorker interact with non-"fully active" documents? (#1594)

WPT: https://github.com/web-platform-tests/wpt/pull/31082

According to the wpt.fyi bot, the current behavior of the browsers are:

- `Clients.matchAll({ includeUncontrolled: true, type: 'all' })`: doesn't include BFCached pages, and include pages restored from BFCache (Chrome/Firefox/Safari).
- `Clients.claim()`: When called while a page is BFCached, the page is evicted from BFCache (Chrome) or the page is ignored/not claimed (Firefox/Safari).
- Other: on Firefox, after a page is restored from BFCache, the page seems uncontrolled by service workers (even if it was controlled before BFCached). Is this a known issue?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1594#issuecomment-942933128

Received on Thursday, 14 October 2021 04:20:41 UTC