canjs / can-observable-mixin

Define properties on JavaScript classes
https://canjs.com
MIT License
2 stars 1 forks source link

Avoids use of ES Proxies when not supported. #131

Closed phillipskevin closed 5 years ago

phillipskevin commented 5 years ago

Also prints one-time warning when using mixin-proxy in browsers that do not support ES Proxies.

closes https://github.com/canjs/can-observable-mixin/issues/125