Ben Kelly

Results 228 comments of Ben Kelly

Doesn't make sense from the browser perspective. I don't really know what workbox is doing around where it calls those, though. Maybe its an incorrect association and the real issue...

Or possibly an option with some documentation explaining why you might want to add delay.

It feels weird to me for the events to be tied to the existence of a document owner (direct or indirect). I see why "persisted" would only be true if...

> Do you mean that pagehide / pageshow are called for not every dedicated worker, which seems weird? Right. > I don't think the events should be called in this...

Understood. I guess it still feels weird to me that we don't have a "context closing" event for workers in general, but we do if the workers just happen to...

FWIW, we had discussed making `Clients.openWindow()` (and the rest of clients API) available in documents. https://w3c.github.io/ServiceWorker/#clients-openwindow It seemed it might have avoided some of the mistakes of `window.open()`, although its...

For context, this was discussed in the privacycg session at TPAC. Our original idea was it should go in html spec, but it was suggested somewhere else, like web compat...

FWIW, I think this will be tricky for firefox to implement currently. This stuff gets set deep in the networking stack: https://searchfox.org/mozilla-central/rev/5dbfd833bbb114afe758db4d4bdbc5b13bcc33ef/netwerk/protocol/http/nsHttpChannel.cpp#1187-1200 AFAICT there is no higher level flag to...

I feel like I have seen a couple developer complaints over the years, but I don't have references handy.

Even if we prevent `cache: reload` from being set by js I think the browser still needs to be able to set this value. For example, if the browser is...