Skip to main content
Runtime.RemoteObject.unserializableValue - inspector - Node documentation
property Runtime.RemoteObject.unserializableValue

Usage in Deno

import { type Runtime } from "node:inspector";

Primitive value which can not be JSON-stringified does not have value, but gets this property.

Type

UnserializableValue | undefined