This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
mapaler
/
PADDashFormation
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
163
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
有MD5值时才使用cache
tags/v24.3
枫谷剑仙
3 years ago
parent
fc817d4d73
commit
21264fadde
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
service-worker.js
+ 1
- 1
service-worker.js
View File
@@ -6505,7 +6505,7 @@ self.addEventListener('fetch', function(event) {
} else { //其他的优先使用缓存
event.respondWith(
caches.match(url, {ignoreSearch: false}).then(function(resp) {
if (resp) {
if (resp
&& md5
) {
//console.debug("找到缓存,优先使用缓存", url, resp);
return resp;
}
Write
Preview
Loading…
Cancel
Save