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
There's some methods on Handles that are missing. Specifically, look through the functionality on https://pkg.go.dev/syscall/js#Value and see what's relevant here. I think any "turn into a type" methods should all be combined into one cast method taking a return type consistent with other methods, eg get.
The text was updated successfully, but these errors were encountered:
There's some methods on Handles that are missing. Specifically, look through the functionality on https://pkg.go.dev/syscall/js#Value and see what's relevant here. I think any "turn into a type" methods should all be combined into one
cast
method taking a return type consistent with other methods, egget
.The text was updated successfully, but these errors were encountered: