Skip to content

v3.5.0

Compare
Choose a tag to compare
@petamoriken petamoriken released this 16 Oct 09:33
· 865 commits to master since this release
v3.5.0
563ad6f
  • Fix: Clarify error messages (75b7a52)
  • Fix: instanceof operator (a654e9e)
// Now, it returns false
new Float16Array(10) instanceof Uint16Array;