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
constwaitOnFirstLoad=0//Milliseconds to wait before fetching items on preload list. Helps prevent duplicate requests on first load.
13
12
14
13
//Array of items to try and preload on install (the serviceWorker will install without them preloaded). Can be exact or relative to serviceWorker scope
15
14
constpreloadList=[
@@ -23,20 +22,17 @@ const preloadList = [
23
22
"codemirror-5.42.0/mode/css/css.js"
24
23
]
25
24
26
-
preloadList.concat(self.order)
27
25
28
26
functionrebaseURL(url){
29
27
//Fills in relative URLs using the serviceWorker scope
0 commit comments