Content deleted Content added
Maybe I should share this? Not finished but still might be useful. |
Fix issue with Firefox private windows |
||
Line 915:
},
async clearCache() {
try {
await window.caches.delete("filter-debugger");
this.updateStatus("Cache cleared");
} catch (e) {
this.updateStatus("No cache found");
}
},
selectHit(hit) {
|