You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
On next release, I'll be looking to use new Proxy object internally if it can cover the functionality. For its browser support an additional polyfill can be used.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Unsure if this lib is in active development or now however I noticed issues with your
observable
functionality.Object.observe
is not supported by Firefox, IE and Safari and was deprecated in Chrome 49.$l.types.observable
is not usable in any environment other than Chrome(>= 36 | <= 49)
or Opera(23)
There are a couple of solutions to remedy this for better cross-browser support:
https://github.com/MaxArt2501/object-observe
https://github.com/Polymer/observe-js
Both support dirty checking...
References:
https://esdiscuss.org/topic/an-update-on-object-observe
https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/observe
The text was updated successfully, but these errors were encountered: