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
As a pre-requisite to #699, it would be necessary to allow the Service Worker alone to activate the main app. Here's how this should work:
clients.matchAll()
client.focus()
clients.openWindow(url)
The text was updated successfully, but these errors were encountered:
Jaifroid
No branches or pull requests
As a pre-requisite to #699, it would be necessary to allow the Service Worker alone to activate the main app. Here's how this should work:
clients.matchAll()
client.focus()
(we may not need this)clients.openWindow(url)
The text was updated successfully, but these errors were encountered: