尝试在 Service Worker 中缓存 Google Maps API 响应。
源代码:https ://github.com/boopathi/sw-demo-iss/blob/gh-pages/sw.js
现在我正在使用 Maps API 将请求的所有 URL,但似乎是一种不好的方法,而且我无法缓存所有内容,我可以缓存某种类型的请求并响应相同类型的请求吗?
说,
GET maps.googleapi.com/js?param1=value1
#and
GET maps.googleapi.com/js?param2=value2¶m3=value3
是否可以'maps.googleapi.com/js'
在获取注入最后使用的参数时缓存它?