File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -160,3 +160,12 @@ if (global.gc) {
160160// check the map size
161161console .log (map .size ); // output: 0
162162```
163+
164+ ## See Also
165+
166+ - [ Python weakref] ( https://docs.python.org/3/library/weakref.html ) my library is
167+ inspired by this library.
168+ - [ MDN - JS WeakMap] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap )
169+ - [ MDN - JS WeakSet] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet )
170+ - [ MDN - JS WeakRef] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakRef )
171+ - [ MDN - JS FinalizationRegistry] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry )
You can’t perform that action at this time.
0 commit comments