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
{{ message }}
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
var toolbox = require('sw-toolbox');
var pagePaths = ['/','/xxx','/about','/help']
pagePaths.forEach(page=>toolbox.router.get(page,toolbox.networkFirst));
toolbox.precache(pagePaths);
I want this paths precached with cookie ,I had read the docs and counld not find some options like
I want this paths precached with cookie ,I had read the docs and counld not find some options like
toolbox.precache(pagePaths, { credentials:'same-origin' });
The text was updated successfully, but these errors were encountered: