Skip to content

2.0.2 - 2016.01.04

Compare
Choose a tag to compare
@zloirock zloirock released this 03 Jan 23:05
· 5073 commits to master since this release
  • Temporarily removed length validation from Uint8Array constructor wrapper. Reason - bug in ws module (-> socket.io) which passes to Buffer constructor -> Uint8Array float and uses the V8 bug for conversion to int (by the spec should be thrown an error). It creates problems for many people. I hope, it will be returned after fixing this bug in V8.