📜  图像缓存 chrome 扩展 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:16.080000             🧑  作者: Mango

代码示例1
fetch(kima[0].src,{cache : "force-cache"}).then(r => r.blob({type: 'image/jpg'})).then(blob => function_to_catch_blob(blob));