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

> 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).

I think clients.claim() not evicting on firefox is a known bug.  Although maybe I am thinking of this [one](https://bugzilla.mozilla.org/show_bug.cgi?id=1418489).

> 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?

That seems surprising.  @asutherland?

-- 
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-943429320

Received on Thursday, 14 October 2021 14:46:08 UTC