Closed steamraven closed 4 years ago
Do to changes in go 1.14, the syscall/js interface in wasm had breaking changes, specifically with comparing js.Value. Now we need to use js.Value.Equal instead of ==.
Do to changes in go 1.14, the syscall/js interface in wasm had breaking changes, specifically with comparing js.Value. Now we need to use js.Value.Equal instead of ==.