mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
Update ext/web/lib.deno_web.d.ts
Co-authored-by: Luca Casonato <hello@lcas.dev> Signed-off-by: Jo Franchetti <jofranchetti@gmail.com>
This commit is contained in:
parent
3ac9b5b835
commit
73ab319912
1 changed files with 1 additions and 1 deletions
2
ext/web/lib.deno_web.d.ts
vendored
2
ext/web/lib.deno_web.d.ts
vendored
|
@ -805,7 +805,7 @@ declare var ReadableByteStreamController: {
|
|||
new (): never;
|
||||
};
|
||||
|
||||
/** Fine grained control over pipe operations, allowing for the prevention of stream closing, cancellation, or aborting.
|
||||
/** Fine grained control over {@linkcode ReadableStream.pipeTo} operations, allowing for the prevention of stream closing, cancellation, or aborting.
|
||||
*
|
||||
* @category Streams */
|
||||
declare interface PipeOptions {
|
||||
|
|
Loading…
Add table
Reference in a new issue