mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
added command to get sw cache name
This commit is contained in:
parent
b8230becc3
commit
5fbff79037
1 changed files with 8 additions and 0 deletions
|
|
@ -3107,6 +3107,14 @@ export let defaultCommands = {
|
|||
window.location.reload(true);
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "getSwCache",
|
||||
display: "Get SW cache",
|
||||
icon: "fa-cog",
|
||||
exec: async () => {
|
||||
alert(await caches.keys());
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue