787 B
787 B
Home > puppeteer > Protocol > Runtime > RemoteObject > subtype
Protocol.Runtime.RemoteObject.subtype property
Object subtype hint. Specified for object
or wasm
type values only.
Signature:
subtype?: ('array' | 'null' | 'node' | 'regexp' | 'date' | 'map' | 'set' | 'weakmap' | 'weakset' | 'iterator' | 'generator' | 'error' | 'proxy' | 'promise' | 'typedarray' | 'arraybuffer' | 'dataview' | 'i32' | 'i64' | 'f32' | 'f64' | 'v128' | 'anyref');