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

726 B

Home > puppeteer > Protocol > Inspector > DetachedEvent

Protocol.Inspector.DetachedEvent interface

Fired when remote debugging connection is about to be terminated. Contains detach reason.

Signature:

export interface DetachedEvent 

Properties

Property Type Description
reason string The reason why connection has been terminated.