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
type Jsonable = JsonableArr | JsonableObj | string | number | boolean | null;
255
+
```
249
256
250
257
Destroys the observer set up on `document`.
251
258
252
259
Any remaining changes are delivered synchronously (as in `jsonpatch.generate`). Note: this is different that ES6/7 `Object.unobserve`, which delivers remaining changes asynchronously.
type Jsonable = JsonableArr | JsonableObj | string | number | boolean | null;
269
+
```
255
270
256
271
Compares object trees `document1` and `document2` and returns the difference relative to `document1` as a patches array. If `invertible` is true, then each change will be preceded by a test operation of the value in `document1`.
0 commit comments