wavesoft / dot-dom

.dom is a tiny (512 byte) template engine that uses virtual DOM and some of react principles
Apache License 2.0
806 stars 53 forks source link

Proxy WTF??? #11

Closed MrCheater closed 7 years ago

MrCheater commented 7 years ago

http://caniuse.com/#feat=proxy :-1:

wavesoft commented 7 years ago

Hey @MrCheater , as I clearly state in the README.md this library is exploiting the ES6 features in order to save space. Support of older browsers was never the intention, since the moment you do so, you loose the benefit of it's tiny size.

And by the way, it's not only Proxy

But why support older browsers since in less than a year most of the world will upgrade their browser?