Skip to content

0.2.0

Choose a tag to compare

@BenMorel BenMorel released this 23 Jan 12:23
· 33 commits to master since this release
7c5e964

WeakMap now throws:

  • TypeError when using a non-object as a key
  • Error when appending ([]) to a WeakMap

In accordance with the specs.

Thanks to @BackEndTea!