Skip to content

Commit

Permalink
Merge pull request #83 from alancutter/sw-launch-rename
Browse files Browse the repository at this point in the history
Fix up old sw-launch links to the new web-app-launch repo name
  • Loading branch information
alancutter authored Nov 3, 2022
2 parents 5c62bac + 87313c2 commit 4e18f74
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 4e18f74

Please sign in to comment.