You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
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 ==.
The text was updated successfully, but these errors were encountered:
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 ==.
The text was updated successfully, but these errors were encountered: