tvcutsem/harmony-reflect

Wrong description of the repo or lack of some text in readme

sudodoki opened this issue · 2 comments

Just wanted to point out that this library doesn't work as Proxy polyfill which might be implied from the project description or, maybe, I missed something in the readme which states how to bring Proxy into environment, that don't have those natively.

Unfortunately, there is no easy way to polyfill Proxies on platforms without support for them. All my shim does for proxies is to provide the latest standard API on top of an older, pre-ES6 standardized API.

You're right that the wording was too implicit on this (it was kind-of in the README, if you read the "Compatibility" and "Dependencies" sections carefully). I updated the first paragraphs to state more clearly that Proxies are only supported on browsers that support the original, pre-ES6 Proxy object.

Thanks for reporting!

🙇