We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6797c6e commit e1307e9Copy full SHA for e1307e9
lib/internal/blob.js
@@ -478,7 +478,7 @@ function createBlobReaderStream(reader) {
478
// We keep reading until we either reach EOS, some error, or we
479
// hit the flow rate of the stream (c.desiredSize).
480
// We use set immediate here because we have to allow the event
481
- // loop to turn in order to proecss any pending i/o. Using
+ // loop to turn in order to process any pending i/o. Using
482
// queueMicrotask won't allow the event loop to turn.
483
setImmediate(() => {
484
if (c.desiredSize < 0) {
0 commit comments