JavaScript - Arrays - Observe
// JavaScript - Array.observe(): obsolete
The Array.observe() method was used for asynchronously observing changes to
Arrays, similar to Object.observe() for objects. It provided a stream of changes
in order of occurrence. It's equivalent to Object.observe() invoked with the
accept type list ["add", "update", "delete", "splice"]. However, this API has
been deprecated and removed from Browsers. You can use the more general
Proxy object instead.
page revision: 1, last edited: 14 Nov 2016 20:25





