You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should clear-site-data ever clear bfcache? /cc @fergald
Based on name/intent, I think executionContexts and cache might be good reasons to clear bfcache. (And arguably bfcache falls into the unspecified step 4 of cache.) But, I guess cache might be going away, er #68? And, per #59, nobody implements executionContexts?
We've run into some scenarios where people want to clear bfcache on logout. (I think @fergald can elaborate.) We thought using clear-site-data would be a good tool for this, but now I'm kind of confused.
The text was updated successfully, but these errors were encountered:
A new keyword could maybe work. Not entirely sure how it should work in terms of scope. (E.g., A embeds B1 and gets bfcached, then navigates to B2 which clears. Is A cleared?)
When I talked to @domenic about this, I did not know that executionContexts was unimplemented by everyone. It seems like BFCached content should not survive if other tabs are getting reloaded.
We can also say that sites can all just handle this in the pageshow handlers if they really care although having main frames things reload as their come out of BFCache seems like a step backwards.
Should clear-site-data ever clear bfcache? /cc @fergald
Based on name/intent, I think
executionContexts
andcache
might be good reasons to clear bfcache. (And arguably bfcache falls into the unspecified step 4 ofcache
.) But, I guesscache
might be going away, er #68? And, per #59, nobody implementsexecutionContexts
?We've run into some scenarios where people want to clear bfcache on logout. (I think @fergald can elaborate.) We thought using clear-site-data would be a good tool for this, but now I'm kind of confused.
The text was updated successfully, but these errors were encountered: