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

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');