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

14 lines
516 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [IO](./puppeteer.protocol.io.md) &gt; [StreamHandle](./puppeteer.protocol.io.streamhandle.md)
## Protocol.IO.StreamHandle type
This is either obtained from another method or specifed as `blob:&lt;uuid&gt;` where `&lt;uuid&gt` is an UUID of a Blob.
<b>Signature:</b>
```typescript
export type StreamHandle = string;
```