mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
723 B
723 B
Home > puppeteer > Protocol > Runtime > ConsoleAPICalledEvent > type
Protocol.Runtime.ConsoleAPICalledEvent.type property
Type of the call.
Signature:
type: ('log' | 'debug' | 'info' | 'error' | 'warning' | 'dir' | 'dirxml' | 'table' | 'trace' | 'clear' | 'startGroup' | 'startGroupCollapsed' | 'endGroup' | 'assert' | 'profile' | 'profileEnd' | 'count' | 'timeEnd');