function dataLength(data): number
Returns the length of data, in bytes.
data
BytesLike
number
The length of the data.
utils/data.ts:163
Was this page helpful?