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

516 B

Home > puppeteer > Protocol > IO > StreamHandle

Protocol.IO.StreamHandle type

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

Signature:

export type StreamHandle = string;