We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have a new proposal for registerProtocolHandler() and service worker. You can see it here: whatwg/html#8596 and w3c/ServiceWorker#1665
registerProtocolHandler()
I want to ask: is this proposal related to web-app-launch?
Thanks
The text was updated successfully, but these errors were encountered:
Yes it is, you most likely want "launch_handler": { "client_mode": "service-worker" }: https://github.com/WICG/web-app-launch/blob/main/launch_handler.md#possible-extensions-to-this-proposal The reason for doing it at this level is so it can affect all launches, not just protocol handler launches. I recommend not altering the existing registerProtocolHandler() API and instead pursuing this API. Thanks for checking in!
"launch_handler": { "client_mode": "service-worker" }
Sorry, something went wrong.
registerProtocolHandler
No branches or pull requests
Hi,
I have a new proposal for
registerProtocolHandler()
and service worker. You can see it here: whatwg/html#8596 and w3c/ServiceWorker#1665I want to ask: is this proposal related to web-app-launch?
Thanks
The text was updated successfully, but these errors were encountered: