import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { CallArgument } = Protocol.Runtime;
Represents function call argument. Either remote object id objectId
, primitive value
,
unserializable primitive value or neither of (for undefined) them should be specified.
Properties
optional
unserializableValue: UnserializableValuePrimitive value which can not be JSON-stringified.
optional
objectId: RemoteObjectIdRemote object handle.