Skip to content

Commit

Permalink
Update the class definition for ReadableStream
Browse files Browse the repository at this point in the history
Reflect the new definition of pipeThrough
  • Loading branch information
ricea committed Nov 27, 2018
1 parent 78b15e7 commit 781a711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ like

<a href="#rs-cancel">cancel</a>(reason)
<a href="#rs-get-reader">getReader</a>()
<a href="#rs-pipe-through">pipeThrough</a>({ writable, readable }, options)
<a href="#rs-pipe-through">pipeThrough</a>({ writable, readable },
{ preventClose, preventAbort, preventCancel, signal } = {})
<a href="#rs-pipe-to">pipeTo</a>(dest, { preventClose, preventAbort, preventCancel, signal } = {})
<a href="#rs-tee">tee</a>()
}
Expand Down

0 comments on commit 781a711

Please sign in to comment.