Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 185 Bytes

puppeteer.connectiontransport.onclose.md

File metadata and controls

13 lines (10 loc) · 185 Bytes
sidebar_label
ConnectionTransport.onclose

ConnectionTransport.onclose property

Signature:

interface ConnectionTransport {
  onclose?: () => void;
}