puppeteer/new-docs/puppeteer.protocol.runtime.propertypreview.subtype.md
2020-07-13 14:01:35 +01:00

671 B

Home > puppeteer > Protocol > Runtime > PropertyPreview > subtype

Protocol.Runtime.PropertyPreview.subtype property

Object subtype hint. Specified for object type values only.

Signature:

subtype?: ('array' | 'null' | 'node' | 'regexp' | 'date' | 'map' | 'set' | 'weakmap' | 'weakset' | 'iterator' | 'generator' | 'error');