Skip to content

Commit

Permalink
s/one-way/unidirectional/
Browse files Browse the repository at this point in the history
Co-authored-by: Nidhi Jaju <[email protected]>
  • Loading branch information
jan-ivar and nidhijaju authored Jan 30, 2024
1 parent 6099a31 commit fbc834b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,7 @@ async function receiveText(url, createWritableStreamForTextData) {

*This section is non-normative.*

Sending a transactional piece of data on a one-way stream only if it can be done
Sending a transactional piece of data on a unidirectional stream, only if it can be done
entirely without blocking on [=flow control=], can be achieved by using the
{{WebTransportSendStream/getWriter}} function and the resulting writer.

Expand Down

0 comments on commit fbc834b

Please sign in to comment.