Ben Kelly
Ben Kelly
During the call in w3c/ServiceWorker#1535 @asutherland asked if these types will be serializable. I interpreted this as asking if they can be structured cloned. I think it makes sense to...
At the TPAC 2020 discussion @asutherland suggested that we should consider maximum scope size limits. While its theoretically possible for sites to stick large amounts of info encoded in the...
Consider a pattern intended to match dotfiles like `new URLPattern({ pathname: '/.*' })`. The pathname encoding algorithm will end up collapsing the `/.` to just `.` so you get a...
Consider this `new URLPattern({ pathname: './*', baseURL: self.location })` evaluated on a page at `/index.html'. The resulting pathname is `//*` which is somewhat unexpected. This occurs because the `/` preceding...
### What is the issue with the Fetch Standard? @mrpickles and I were looking into how redirects and http caching work together recently. We noticed that redirects (301/302) don't seem...
### WebKittens @johnwilander @hober ### Title of the spec Bounce Tracking Mitigations ### URL to the spec https://privacycg.github.io/nav-tracking-mitigations/#bounce-tracking-mitigations ### URL to the spec's repository https://github.com/privacycg/nav-tracking-mitigations/ ### Issue Tracker URL https://github.com/privacycg/nav-tracking-mitigations/issues...