Amanda Baker

Results 8 issues of Amanda Baker

https://bit.ly/unvalidated-pwa-url-installation describes the benefits of having a dedicated install url that is lightweight, doesn't redirect, and only includes the resources needed to install the app. Large app stores may have...

Web Install API

Copied from https://docs.google.com/document/d/12nSXJLm8mW0gWZ_yjlXfrV8r9gwJliVt4WVa-209-KA/edit?disco=AAABMhvdaw0 > [[https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getInstalledRelatedApps](https://www.google.com/url?q=https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getInstalledRelatedApps&sa=D&source=docs&ust=1714410367450615&usg=AOvVaw0K87k_bi3F1p0ywGw1gXjK)](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getInstalledRelatedApps%5d(https:/www.google.com/url?q=https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getInstalledRelatedApps&sa=D&source=docs&ust=1714410367450615&usg=AOvVaw0K87k_bi3F1p0ywGw1gXjK)) -- it roughly does the same thing as this and it would be a shame to ship two APIs so similar (and with such similar...

Web Install API

We've been discussing changing the shape of install sources to support blocking specific origins. Below is a comparison of the current proposal against 3 new options. # Current proposal Allow...

Web Install API

We once had had a detailed list of error types which was later pruned down to a single `AbortError` to represent all failure types whether they were related to the...

Web Install API

Updates the same-origin Web Install explainer to support a 0-param installation (instead of requiring a single `id` param) and adds the requirement that the app to-be-installed must have a manifest...

Web Install API

Originally mentioned here by @dmurph: https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/893#issuecomment-2427070370 > I think **we should consider preventing install if there is an app already installed that controls the start_url of the app**, or the...

Web Install API