Ben Kelly
Ben Kelly
## Introduction Service workers scopes currently use a very simplistic URL matching mechanism. We have heard from a number of sites that scopes could benefit from a more expressive pattern...
Currently to add bugs to failing WPTs you need to sign in and then enable a "triage mode" toggle. I personally find this a bit confusing to use in a...
It would be nice to give sites some more insight into the time spent in a service worker FetchEvent handler. Currently browser mostly (see #119) provide these two PerformanceResourceTiming markers:...
- [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:...
Currently various attributes are stored on the environment and environment settings object and then a StorageKey is computed from those values. This works today when StorageKey only consists of origin....
- [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:...
A number of browsers are working partitioning storage; e.g. [privacycg explainer](https://privacycg.github.io/storage-partitioning/) and [chromium explainer](https://github.com/wanderview/quota-storage-partitioning/blob/main/explainer.md). I think we are close to consensus that the storage key should include the top-level site...
Forked from #74. I proposed a storage corruption proposal at TPAC: https://github.com/wanderview/storage-corruption-reporting/blob/master/explainer.md It seemed folks were generally agreeable to the use case of providing transparency. There are issues with using...
Currently the spec requires that a Cache object continue to function even if Caches.delete() has deleted it from CacheStorage. Once the Cache js wrapper is GC'd the backing data can...
@annevk says, we should not be propagating the background to the viewport in full screen. I ran into this problem in firefox when reveal.js full screened the body and lost...