5 ms·
> The implementation uses Symbol and Proxy behind the hood so you might need to use appropriate polyfills... Does anyone know of a working Proxy polyfill? I've
by notmarkus 8y ago
> The implementation uses Symbol and Proxy behind the hood so you might need to use appropriate polyfills...
Does anyone know of a working Proxy polyfill? I've never been able to find one.
- JeremyBanks 8y agoIt's not possible to polyfill.
- slmgc 8y agoI've seen this one: https://github.com/GoogleChrome/proxy-polyfill https://github.com/GoogleChrome/proxy-polyfill
- sah2ed 8y ago1. You should probably add that link to your read me: The implementation uses `Symbol` and [`Proxy`](https://github.com/GoogleChrome/proxy-polyfill https://github.com/GoogleChrome/proxy-polyfill) behind the hood so you might need to use apropriate polyfills in case you want to support older browsers. 2. Personally, I find the name Nothing a bit too long. Why not use a shorter name like None?