chore(sw) rm unused isBasic

This commit is contained in:
coderaiser 2018-09-08 20:53:14 +03:00
parent 98be918c0f
commit e337a34cd7

View file

@ -33,7 +33,6 @@ const date = codegen`module.exports = '"' + Date() + '"'`;
const NAME = `cloudcmd: ${date}`;
const isGet = (a) => a.method === 'GET';
const isBasic = (a) => a.type === 'basic';
const createRequest = (a) => new Request(a, {
credentials: 'same-origin'