melanke / Watch.JS

watch the changes of any object or attribute
Other
2.14k stars 219 forks source link

Object.observe' is deprecated #95

Closed danyj closed 6 years ago

danyj commented 8 years ago

Just started getting the msg in latest Chrome

Object.observe' is deprecated and will be removed in M50

are we going to need a workaround ?

Fyrebox commented 8 years ago

There seems to be some fallbacks already in the code. I downloaded version 51 of Chromium ( from https://commondatastorage.googleapis.com/chromium-browser-continuous/index.html?prefix=Mac/381067/ for MAC ) and tested my app. The objects are still being watched

melanke commented 6 years ago

We are using Object.defineProperty, no more Object.observe