600 B
600 B
Home > puppeteer > Protocol > Runtime > UnserializableValue
Protocol.Runtime.UnserializableValue type
Primitive value which cannot be JSON-stringified. Includes values -0
, NaN
, Infinity
, -Infinity
, and bigint literals.
Signature:
export type UnserializableValue = string;