lavas-project / hexo-pwa

Hexo PWA plugin
MIT License
133 stars 17 forks source link

chrome-extension Error #3

Closed zhangzhengyi12 closed 6 years ago

zhangzhengyi12 commented 6 years ago

He works great, but the only problem is that the console has been outputting such errors, do you know why?

/sw.js?t=1515437173661:14 Uncaught (in promise) TypeError: Request scheme 'chrome-extension' is unsupported at /sw.js?t=1515437173661:14 at <anonymous>

PengXing commented 6 years ago

chrome-extension://xxx protocol is unsupported by service worker. And there is no need to catch these kinds of request. So, just ignore those errors.