Is it possible to inject ServiceWorker into the <webview> page of the Chrome app?

I would like to use ServiceWorkers to automatically add offline caching to a page loaded into a webview tag in a Chrome app.According to this answer and the specs I have read, it is not possible to embed a ServiceWorker. Is there a way to implement ServiceWorker to cache tag content <webview>

in a Chrome app?

+3


source to share





All Articles