Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WeakMap garabage collection #709

Closed
trusktr opened this issue Feb 7, 2015 · 1 comment
Closed

WeakMap garabage collection #709

trusktr opened this issue Feb 7, 2015 · 1 comment
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue

Comments

@trusktr
Copy link

trusktr commented Feb 7, 2015

It's not possible to have garbage collection with the WeakMap polyfill right?

@sebmck
Copy link
Contributor

sebmck commented Feb 7, 2015

Are you referring to the built-in polyfill using core-js? You can't totally replicate WeakMap without support for weak references in the native implementation so you can only implement a pseudo-WeakMap.

@sebmck sebmck closed this as completed Feb 7, 2015
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Jan 18, 2019
@lock lock bot unassigned sebmck Jan 18, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue
Projects
None yet
Development

No branches or pull requests

2 participants