### Package to replace `harmony-reflect` ### Suggested replacement(s) [`Proxy`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) and [`Reflect`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect) ### Manifest type native (replaceable by a built-in platform feature) ### Rationale polyfill ### Availability _No response_ ### Code example (optional) ```js ```
Package to replace
harmony-reflectSuggested replacement(s)
ProxyandReflectManifest type
native (replaceable by a built-in platform feature)
Rationale
polyfill
Availability
No response
Code example (optional)