Skip to content

Type Alias: HydrationLimits

HydrationLimits = Readonly<{ maxCollectionLength: number; maxNodes: number; maxStringLength: number; }>

Defined in: packages/fate/lib/transport-Bo1Jgo9R.d.mts:681

Resource limits applied while encoding and decoding hydration snapshots.

Released under the MIT License