KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
weakrefs
★ 9
Open GitHub ↗
WeakRef and FinalizationGroup "polyfill"
Download README (.md)
Explore Similar Repositories
ssma
:
samp-servers.net mobile application
Nucleus_detection
:
Automate nucleus detection
goproxy-tunnel-server
:
A server to manage goproxy tunnel, thanks snail007's goproxy: https://github.com/snail007/goproxy
GMX
:
GMX——tools
laravel-passport-api
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
weakrefs
?
Download (.md)
# weakrefs [](https://travis-ci.com/ungap/weakrefs) [](https://coveralls.io/github/ungap/weakrefs?branch=master) [](https://greenkeeper.io/)  The [WeakRef and FinalizationGroup](https://github.com/tc39/proposal-weakrefs) polyfill/sham `*` * CDN global patch via https://unpkg.com/@ungap/weakrefs * ESM via `import {WeakRef, FinalizationGroup} from '@ungap/weakrefs'` * CJS via `const {WeakRef, FinalizationGroup} = require('@ungap/weakrefs')` `*` The implementation uses `WeakMap` and it does not actually trigger the `FinalizationGroup` callback, unless explicitly asked via `fg.cleanupSome(fn)`. ### ⚠ Webpack Users If you have issues just requiring `@ungap/weakrefs`, be sure you require `@ungap/weakrefs/cjs` instead. No issue should happen if you just `import` the module instead.