Skip to content

Commit 44b7c41

Browse files
committed
Remove unused field
1 parent f6e379c commit 44b7c41

File tree

1 file changed

+0
-9
lines changed
  • lib/workbox/templates

1 file changed

+0
-9
lines changed

lib/workbox/templates/sw.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,6 @@ const pluginModules = {
6565
'Expiration': 'expiration.ExpirationPlugin',
6666
'RangeRequests': 'rangeRequests.RangeRequestsPlugin',
6767
}
68-
const customPluginFunctionFields = [
69-
'cacheDidUpdate',
70-
'cacheKeyWillBeUsed',
71-
'cacheWillUpdate',
72-
'cachedResponseWillBeUsed',
73-
'fetchDidFail',
74-
'fetchDidSucceed',
75-
'requestWillFetch'
76-
]
7768
function toCode(param) {
7869
let result = ''
7970
switch (typeof param) {

0 commit comments

Comments
 (0)