i built phonegap app using polymer but while application is started and i debugged it in chrome i seen following error in console.
Uncaught (in promise) DOMException: Failed to register a ServiceWorker: The URL protocol of the current origin ('file://') is not supported.
Anyone know how to use service worker with file:// origin?