MCPcopy Index your code
hub / github.com/Bistutu/FluentRead / delayRemoveCache

Function delayRemoveCache

userscripts.js:1522–1527  ·  view source on GitHub ↗
(key, time = 250)

Source from the content-addressed store, hash-verified

1520
1521// 延迟删除缓存
1522function delayRemoveCache(key, time = 250) {
1523 outerHTMLSet.add(key);
1524 setTimeout(() => {
1525 outerHTMLSet.delete(key);
1526 }, time);
1527}
1528
1529function createFailedTip(node, errorMsg, spinner) {
1530 // console.log(errorMsg); // 打印错误信息

Callers 2

handlerFunction · 0.85
translateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected