doc: unify spelling of backpressure
PR-URL: https://github.com/nodejs/node/pull/21630 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
24ee745f20
commit
c01601e1fe
@ -637,7 +637,7 @@ state, attaching a listener for the `'data'` event, calling the
|
|||||||
`readable.readableFlowing` to `true`, causing the `Readable` to begin
|
`readable.readableFlowing` to `true`, causing the `Readable` to begin
|
||||||
actively emitting events as data is generated.
|
actively emitting events as data is generated.
|
||||||
|
|
||||||
Calling `readable.pause()`, `readable.unpipe()`, or receiving "back pressure"
|
Calling `readable.pause()`, `readable.unpipe()`, or receiving backpressure
|
||||||
will cause the `readable.readableFlowing` to be set as `false`,
|
will cause the `readable.readableFlowing` to be set as `false`,
|
||||||
temporarily halting the flowing of events but *not* halting the generation of
|
temporarily halting the flowing of events but *not* halting the generation of
|
||||||
data. While in this state, attaching a listener for the `'data'` event
|
data. While in this state, attaching a listener for the `'data'` event
|
||||||
|
Loading…
x
Reference in New Issue
Block a user