フォルダとそのサブフォルダ内のすべてのファイルをプリキャッシュする方法はありますか?私が達成したい何プリキャッシュフォルダとサブフォルダの内容
は次のようなものです:
...
event.waitUntil(
caches
.open(version + 'fundamentals')
.then(function (cache) {
return cache.addAll([
"/",
"/images/*"
...