You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not clear what the Chrome team's eventual plans are for Isolated Web Apps (they are currently only shipped for enterprise on Chrome OS), but it seems conceivable that they could be integrated with the Web Install API.
As far as I can tell they could easily use the same API shape of install(id, url) as PWAs, just with the install URL linking to the signed bundle instead. It's just something to keep in mind.
It's not clear what the Chrome team's eventual plans are for Isolated Web Apps (they are currently only shipped for enterprise on Chrome OS), but it seems conceivable that they could be integrated with the Web Install API.
As far as I can tell they could easily use the same API shape of
install(id, url)
as PWAs, just with the install URL linking to the signed bundle instead. It's just something to keep in mind.https://github.com/WICG/isolated-web-apps/blob/main/README.md
The text was updated successfully, but these errors were encountered: