WICG / web-app-launch

Web App Launch Handler
Other
75 stars 28 forks source link

Rename capture_links to launch_handler #31

Closed alancutter closed 2 years ago

alancutter commented 3 years ago

https://github.com/WICG/sw-launch/blob/main/declarative_link_capturing.md#goals--use-cases

Capturing links and navigations from the following (non-exhaustive list of) sources:

  • Clicked links from other web pages.
  • URL launch from a native app in the operating system.
  • Shortcuts API (jump lists to within the app)
  • Protocol handlers
  • File handlers
  • Share Target API

Given the varied launch surfaces this spec is attempting to cover I think the capture_links field should be named more generally as launch_handler. We can keep capture_links for web developers to configure link capturing specific matters e.g.: https://github.com/WICG/sw-launch/issues/30

alancutter commented 2 years ago

https://github.com/WICG/sw-launch/blob/main/launch_handler.md