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

1.1 KiB

Home > puppeteer > Protocol > IO

Protocol.IO namespace

Input/Output operations for streams produced by DevTools.

Signature:

export namespace IO 

Interfaces

Interface Description
CloseRequest
ReadRequest
ReadResponse
ResolveBlobRequest
ResolveBlobResponse

Type Aliases

Type Alias Description
StreamHandle This is either obtained from another method or specifed as blob:<uuid> where <uuid&gt is an UUID of a Blob.