Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@dennwc dennwc released this 16 Mar 16:58
· 6 commits to master since this release

New features

  • Support for Go 1.12 and synchronous callbacks.
  • Introduced HTMLElement.
  • Implemented most missing functions and properties for Element.
  • Window.Open and SetLocation.
  • Separate functions for loading JS and CSS files in require package.

Fixes, tests and gelpers

  • Added Chrome-based tests for WebSockets.
  • Fix race condition on getting a dial error for WS.
  • Added js.Error constructor.