- From: hiroshige-g <notifications@github.com>
- Date: Wed, 13 Oct 2021 21:20:29 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 14 October 2021 04:20:41 UTC
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