Skip to content

Commit

Permalink
add a note, close #1270
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 24, 2023
1 parent 6b967f8 commit b3ae04f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -1601,6 +1601,7 @@ console.log(weakset.has(b)); // => false
##### Caveats when using collections polyfill:[⬆](#index)
* Weak-collections polyfill stores values as hidden properties of keys. It works correct and not leak in most cases. However, it is desirable to store a collection longer than its keys.
* Native symbols as `WeakMap` keys can't be properly polyfilled without memory leaks.
#### ECMAScript: Typed Arrays[⬆](#index)
Implementations and fixes for `ArrayBuffer`, `DataView`, Typed Arrays constructors, static and prototype methods. Typed arrays work only in environments with support descriptors (IE9+), `ArrayBuffer` and `DataView` should work anywhere.
Expand Down

0 comments on commit b3ae04f

Please sign in to comment.