mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
671 B
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');