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

Readme: WeakRef and FinalizationRegistry now widely supported #101

Open
lautarodragan opened this issue Feb 20, 2023 · 1 comment
Open

Comments

@lautarodragan
Copy link

README.md states:

The Record and Tuple polyfill requires several JavaScript features that are only available experimentally in browsers, specifically WeakRef and FinalizationRegistry.

And then cites Chrome Canary ans the only browser supporting these features out of the box.

This was last updated 2 years ago, apparently.

Per canisue.com, these have been supported in the leading browsers for more than 2 years:

Would it make sense to remove the Supported Environments/Browsers section entirely?

@matthew-dean
Copy link

It's also widely supported in Node.js as well (v14+).

It's a shame this polyfill isn't being maintained, as this is a feature a lot of people are excited about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants