Skip to content

Commit

Permalink
Branch: sw-launch-rename
Browse files Browse the repository at this point in the history
  • Loading branch information
alancutter committed Nov 3, 2022
1 parent 5c62bac commit 87313c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion declarative_link_capturing.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ If a list of strings is given, the user agent chooses the first supported item i

### [Service Worker launch event](explainer.md)

This proposal is forwards-compatible with the original [sw-launch](https://github.com/WICG/sw-launch) proposal in WICG. It covers many of the same use cases, but omits the more advanced use cases (specifically, the option to choose which client to focus, and the option to not show any UI). By adding a new “`capture_links`” mode (“`serviceworker`”), the app can explicitly opt in to receiving the “`launch`” event in the service worker, enabling those other use cases, while the majority of uses can be achieved without having to write extra service worker code.
This proposal is forwards-compatible with the original [sw-launch](sw_launch_event.md) proposal. It covers many of the same use cases, but omits the more advanced use cases (specifically, the option to choose which client to focus, and the option to not show any UI). By adding a new “`capture_links`” mode (“`serviceworker`”), the app can explicitly opt in to receiving the “`launch`” event in the service worker, enabling those other use cases, while the majority of uses can be achieved without having to write extra service worker code.


### [WICG: URL Handlers](https://github.com/WICG/pwa-url-handler/blob/master/explainer.md)
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var respecConfig = {
specStatus: "CG-DRAFT",
github: {
repoURL: "WICG/sw-launch",
repoURL: "WICG/web-app-launch",
branch: "main"
},
group: "wicg",
Expand Down

0 comments on commit 87313c2

Please sign in to comment.