mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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;