WICG / web-app-launch

Web App Launch Handler
Other
75 stars 28 forks source link

"Process unconsumed launch params" call where there's no potential launch consumer #70

Closed yoavweiss closed 1 year ago

yoavweiss commented 1 year ago

In Launching a web app it's unclear why step 4 is there. Is there a scenario where there's already an assigned launch consumer at that point?

alancutter commented 1 year ago

Yes, if we're in the "launch_handler": { "client_mode": "focus-existing" } flow where an app window is reused. Example: https://youtu.be/6tF7C_97ppg Is this case worth pointing out in non-normative text?

yoavweiss commented 1 year ago

OK, cool. Yeah, seems worthwhile to point out that case in a note.