Closed akhoury closed 8 years ago
It is not possible sadly.
The repo relies heavily on ES6 proxies, which can't be fully polyfilled. Adding hooks on dynamically added (expando) properties is something that is impossible without proxies.
The only chance of supporting IE is by them adding Proxy support, which definitely won't happen ):
Adding hooks on dynamically added (expando) properties is something that is impossible without proxies.
true. Thanks
it is a pain in the a$$, I know, but it is possible with a shim, even ie8 :p