mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.1 KiB
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> is an UUID of a Blob. |