WICG / web-app-launch

Web App Launch Handler
Other
74 stars 31 forks source link

Replace "Service Worker client" with "top-level browsing context" in spec #81

Closed alancutter closed 1 year ago

alancutter commented 1 year ago

"Service Worker client" was used in order to be compatible with the clients interface inside service workers but this is not necessary as Service Worker clients are 1:1 with top-level browsing contexts.

Fixes: https://github.com/WICG/web-app-launch/issues/80