You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One could imagine a use case where "trending" data is provided regularly to a social networking site via a periodic background sync task. The shortcut to search for the top "trending" term could then be updated dynamically from the service worker in the background.
The text was updated successfully, but these errors were encountered:
This ties into #6. Under the assumption that shortcuts are tied to a manifest, I'm not sure how it would be possible to make it work from the background. A service worker can control multiple apps in theory, if a developer sets dynamic shortcuts from there, which app would it be routed to?
Other than that, I see no issue in exposing the API in the background as well.
The current explanation isn't clear to me.
One could imagine a use case where "trending" data is provided regularly to a social networking site via a periodic background sync task. The shortcut to search for the top "trending" term could then be updated dynamically from the service worker in the background.
The text was updated successfully, but these errors were encountered: