GopherJS 1.16.3 (for Go 1.16.5)
·
618 commits
to master
since this release
- Tested with Go 1.16.5
- Fully up to date support for the 'syscall/js' including
IsNull
,IsUndefined
,IsNaN
,Delete
andEqual
methods and correct panic types. - Further fixes to the
syscall
package under MacOS/M1 (GOOS=darwin GOARCH=arm64
). - Fixed incorrect deferral handling triggered by JS exceptions.