| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -925,7 +925,7 @@ class ReadableStreamBYOBReader { | |||
| 925 | 925 | throw new ERR_INVALID_ARG_TYPE('stream', 'ReadableStream', stream); | |
| 926 | 926 | this[kState] = { | |
| 927 | 927 | stream: undefined, | |
| 928 | - requestIntoRequests: [], | ||
| 928 | + readIntoRequests: [], | ||
| 929 | 929 | close: { | |
| 930 | 930 | promise: undefined, | |
| 931 | 931 | resolve: undefined, | |
@@ -1031,7 +1031,7 @@ class ReadableStreamBYOBReader { | |||
| 1031 | 1031 | [kInspect](depth, options) { | |
| 1032 | 1032 | return customInspect(depth, options, this[kType], { | |
| 1033 | 1033 | stream: this[kState].stream, | |
| 1034 | - requestIntoRequests: this[kState].requestIntoRequests.length, | ||
| 1034 | + readIntoRequests: this[kState].readIntoRequests.length, | ||
| 1035 | 1035 | close: this[kState].close.promise, | |
| 1036 | 1036 | }); | |
| 1037 | 1037 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments