WICG / web-app-launch

Web App Launch Handler
Other
75 stars 28 forks source link

Rename route_to to client_mode and associated values #60

Closed alancutter closed 2 years ago

alancutter commented 2 years ago

Issue: https://github.com/WICG/sw-launch/issues/59

This change updates the route_to field to client_mode, this is a simple find and replace rename.

route_to: auto => client_mode: auto route_to: new-client => client_mode: navigate-new route_to: existing-client-navigate => client_mode: navigate-existing route_to: existing-client-retain => client_mode: focus-existing