Skip to content

Type Alias: HydrationLimits

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

Defined in: packages/fate/lib/transport-BjGm__3t.d.mts:702

Resource limits applied while encoding and decoding hydration snapshots.

Released under the MIT License