You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
When I use your polyfill, I get an empty Proxy object back. Can someone please help with why this is the case? Does your polyfill support this type of usage?
Without the polyfill, this usage works fine in modern browsers.
I'm using a third-party library that uses
Proxyand I'm attempting to use your polyfill in IE11.They're using it like this:
Source: https://github.com/ts-rest/ts-rest/blob/main/libs/ts-rest/react-query/src/lib/react-query.ts#L344
So they pass
{}as the target argument.When I use your polyfill, I get an empty Proxy object back. Can someone please help with why this is the case? Does your polyfill support this type of usage?
Without the polyfill, this usage works fine in modern browsers.