Fix purge for wasm-utils localstorage
Compare changes
+ 4
− 26
@@ -16,7 +16,6 @@ import (
@@ -45,17 +44,14 @@ func DecrementNumClientsRunning() {
@@ -96,23 +92,5 @@ func Purge(_ js.Value, args []js.Value) any {
Modify purge to use clear function on storage.LocalStorage because it now clears all saved wasm keys automatically