tc39 / proposal-mass-proxy-revocation

Proposal for revoking proxies en masse.
MIT License
5 stars 1 forks source link

We need a polyfill #23

Open ajvincent opened 1 year ago

ajvincent commented 1 year ago

https://github.com/zloirock/core-js/blob/master/CONTRIBUTING.md looks like a good spot (from an e-mail @Jack-Works sent me)

ajvincent commented 1 year ago

Maybe not. From the README for core-js:

ES Proxy can't be polyfilled, you can try to use proxy-polyfill which provides a very little subset of features.

zloirock commented 1 year ago

@ajvincent it does not mean that extra Proxy features like this can't be added to core-js.

Now I don't wanna add a polyfill for this proposal since now it looks raw and the API does not look stable, however, in case of stabilization, I can accept a PR.