puppeteer/new-docs/puppeteer.protocol.debugger.setpauseonexceptionsrequest.md
2020-07-13 14:01:35 +01:00

700 B

Home > puppeteer > Protocol > Debugger > SetPauseOnExceptionsRequest

Protocol.Debugger.SetPauseOnExceptionsRequest interface

Signature:

export interface SetPauseOnExceptionsRequest 

Properties

Property Type Description
state ('none' | 'uncaught' | 'all') Pause on exceptions mode.