EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.74k stars 136 forks source link

no longer js.Value compare using == #725

Closed Noofbiz closed 4 years ago

Noofbiz commented 4 years ago

syscall/js no longer supports using straight == to compre js values.

github-actions[bot] commented 4 years ago

Coverage Status

Coverage increased (+1.05%) to 38.517% when pulling 180706291235a96e1542e4f9b0d6cb33ff0dd770 on js-go-1-14-4-fix into 8388859e3c882ee9312fa7da46ce7ee5a3e07037 on master.

Noofbiz commented 4 years ago

I'm going put out a new release before upgrading the tests to go1.14.x ^_^