Which browsers, if any, support Object.observe? I\'m surprised I\'m unable to find any info on this.
(And are you aware about any estimated times of arr
Polymer is a new and promising framework that intends to implement Web Components, for which Object.observe() is an integral part.
It provides polyfill implementation for "evergreen" browsers; the latest ones available. Moreover, they track what browser have native support for this feature, so it speeds up their implementation.
This polyfill is available as a separate library on GitHub.