property Runtime.RemoteObject.unserializableValue
Usage in Deno
import { type Runtime } from "node:inspector/promises";
Primitive value which can not be JSON-stringified does not have <code>value</code>, but gets this property.
UnserializableValue | undefined