Marijn Kruisselbrink
Marijn Kruisselbrink
The current fetch spec says that all blob: URL requests should result in a 200/OK response (a separate issue, it should probably also mention how to reply if the URL's...
In Chrome, as part of a larger XHR-to-blob refactoring, we shipped a change a while ago that changed the behavior when the resulting blob would be too large to fit...
It appears that for every feature I look at, the exact same graph and sites are listed under "Adoption of the feature on top sites". I.e. https://www.chromestatus.com/metrics/feature/timeline/popularity/3963, https://www.chromestatus.com/metrics/feature/timeline/popularity/3136. https://www.chromestatus.com/metrics/feature/timeline/popularity/9 to...
In the "edit a file" example you add event listeners while handling another event. If the service worker gets killed it will never be able to deliver that update event...
Currently the sensors spec does not seem to really address if and how sensors could be used in background contexts (although I see there is issue #12 which mentions sensors...
Also renames "entry" to "file system entry", as the former would be too generic of a name to export. Similarly terms that used to have for=entry will now have for=fsentry....
This is referenced [1] by the Service Worker spec, so should either be exported or something else to achieve the same thing would need to exist (forwarding the "abort reason"...
In step 4.2 of the [setting the application badge](https://w3c.github.io/badging/#setting-the-application-badge) algorithm, it is written that if a user agent requires express permission (and notifications permission hasn't been granted), they should jected...
Before #55 it was possible to delete a file by just having access to a file handle. I.e. you could get a file handle from showSaveFilePicker, decide you don't want...
The file picker APIs currently allow specifying custom descriptions for accepted types. This will result in website provided strings being displayed in system UI (the file picker). We should mention...