| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -918,7 +918,7 @@ class ReadableStreamBYOBReader { | |||
| 918 | 918 | throw new ERR_INVALID_ARG_TYPE('stream', 'ReadableStream', stream); | |
| 919 | 919 | this[kState] = { | |
| 920 | 920 | stream: undefined, | |
| 921 | - requestIntoRequests: [], | ||
| 921 | + readIntoRequests: [], | ||
| 922 | 922 | close: { | |
| 923 | 923 | promise: undefined, | |
| 924 | 924 | resolve: undefined, | |
@@ -1024,7 +1024,7 @@ class ReadableStreamBYOBReader { | |||
| 1024 | 1024 | [kInspect](depth, options) { | |
| 1025 | 1025 | return customInspect(depth, options, this[kType], { | |
| 1026 | 1026 | stream: this[kState].stream, | |
| 1027 | - requestIntoRequests: this[kState].requestIntoRequests.length, | ||
| 1027 | + readIntoRequests: this[kState].readIntoRequests.length, | ||
| 1028 | 1028 | close: this[kState].close.promise, | |
| 1029 | 1029 | }); | |
| 1030 | 1030 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments