mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
516 B
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>
is an UUID of a Blob.
Signature:
export type StreamHandle = string;