Ben Kelly
Ben Kelly
Here's another possible approach that is simple, but might be a bit more flexible than the original comment above: * `workerCacheMatchStart` contains the time `cache.match()`, `cache.matchAll()`, or `caches.match()` were called...
Thank you. I'll write an explainer for my larger "workerTiming" proposal to include in that discussion as well. It seemed like some folks were more excited/interested in that then this...
I think its detrimental to spec conversations if folks can't discuss possible far-reaching architectural plans without freezing all related near-term work. It disincentives people to even consider larger changes. It...
If we end up deferring events we should be careful not to create a storm of activity right in the middle of the next load of the site. Seems like...
Of course, if you defer the events too long then the site cannot render UI indicating the downloaded resources are available. In regards to battery, it seems some amount of...
Firefox definitely requires a secure context for the cache API. 
The explainer for the storage corruption reporting item is now available here: https://github.com/wanderview/storage-corruption-reporting/blob/master/explainer.md
> Should we have a dedicated thread on corruption? We could. I'm personally a bit unsure how to move forward. In webapps wg we kind of leaned towards not using...
Ok, I'll look into what it will take to move StorageKey to environment.
It appears we will need to modify the following places where environments or environment settings objects are created: * [Process a navigate fetch](https://html.spec.whatwg.org/#process-a-navigate-fetch) * [Set up a worker environment settings...