melanke / Watch.JS

watch the changes of any object or attribute

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object.observe' is deprecated

danyj opened this issue · comments

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 ?

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

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