gopherjs / websocket

websocket provides high- and low-level bindings for the browser's WebSocket API.
BSD 3-Clause "New" or "Revised" License
111 stars 25 forks source link

Update to new js.Object (One line change) #5

Closed vron closed 9 years ago

vron commented 9 years ago

Hi, Seems like there is one location in conn.go which needs to be updated from .Str() to .String() to build under the new js.Object (line 196).

mjohnson9 commented 9 years ago

This is fixed. Thank you for reporting it!