prodo-dev / prodo

Prodo is a React framework to build apps faster.
https://docs.prodo.dev
MIT License
115 stars 5 forks source link

Proxies are not supported on all browsers #162

Open coffee-cup opened 4 years ago

coffee-cup commented 4 years ago

Proxies are only supported by 91% of browsers (https://github.com/prodo-ai/prodo/issues/132#issuecomment-539019399) https://caniuse.com/#search=Proxy. We try and polyfill Proxies so Prodo so Prodo will work on more browsers. There is a polyfill created by Google, but it does not have support for all traps.

coffee-cup commented 4 years ago

Marking this as bug as not supporting 9% of browsers in a web framework is a real issue.