withArrayChangeTracking

Function: withArrayChangeTracking()

ts
function withArrayChangeTracking<T>(targets, callback): Record<string | symbol, unknown>[]
function withArrayChangeTracking<T>(targets, callback): Record<string | symbol, unknown>[]

Defined in: packages/db/src/proxy.ts:1005

Creates proxies for an array of objects, passes them to a callback function, and returns the changes made by the callback for each object

Type Parameters

T extends object

Parameters

targets

T[]

Array of objects to proxy

callback

(proxies) => void

Function that receives the proxies and can make changes to them

Returns

Record<string | symbol, unknown>[]

Array of changes made to each object

Our Partners
Electric
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.