Daniel Herr

Results 10 issues of Daniel Herr

This proposal seems significantly more complicated than the cancellation mechanics of generator iterators, so it may be beneficial to align promise cancellation with that of generators. When async generators/iterators are...

The [suggested user interface element text](https://wicg.github.io/directory-upload/proposal.html#dfn-distinct-file-and-directory-pickers) is "Choose directories". However, most users are familiar with the term "folder", not with "directory", so it should be renamed.

Chrome Apps currently have the ability to register as handlers for folders. It would be great to have the same capability as part of this API. https://developer.chrome.com/apps/manifest/file_handlers This is what...

The explainer states: > Developers who choose the additional security provided by this proposal give up a number of desirable properties that come from building a web app. An example...

Google has recently announced a solution coming soon exclusively to Chrome OS utilizing installation links to https://apps.chrome/getit/[randomlygeneratedid]. Presumably it would involve some process of the developer generating a unique URL...

Web Install API

### Summary In many cases, the size of the header is excessive, taking up a third of the body size. ### URL https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/super ### Reproduction steps 1. View a page...

🐛 bug
involves: UX
layout
effort: small
Responsiveness

It would be nice if WebContainers could be run on the origin private filesystem and the user's filesystem instead of in RAM.

Chrome Apps are able to bypass CORS checks after adding host permissions to the manifest. It would be great if IWAs (and PWAs too, but I'm not holding my breath...

Currently, WebExtensions are not able to programmatically install PWAs. They can however, generate a shortcut using chrome.management.generateAppForLink(URL, title), which was introduced prior to the introduction of Web manifests. It uses...

Web Install API

Currently the story around PWA installation and offline access is a bit weird, and I would assume confusing for many users. On most platforms installing a PWA is just adding...

Web Install API