Skip to content

Commit

Permalink
stream: single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
CGQAQ committed Jul 21, 2023
1 parent 07a262d commit cb9bf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/webstreams/adapters.js
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ function newReadableStreamFromStreamReadable(streamReadable, options = kEmptyObj
// size is always in bytes, so we can use `bytes` here
// to make the `ReadableStream` a byte stream.
// Ref: https://streams.spec.whatwg.org/#high-water-mark:~:text=Concretely%2C%20a%20queuing,floating%2Dpoint%20units.
type: "bytes",
type: 'bytes',

start(c) { controller = c; },

Expand Down

0 comments on commit cb9bf08

Please sign in to comment.