| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9062479 commit 4f4fec4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ const { | |||
| 7 | 7 | ArrayBufferPrototypeSlice, | |
| 8 | 8 | ArrayPrototypePush, | |
| 9 | 9 | ArrayPrototypeShift, | |
| 10 | - DataViewCtor, | ||
| 10 | + DataView, | ||
| 11 | 11 | FunctionPrototypeBind, | |
| 12 | 12 | FunctionPrototypeCall, | |
| 13 | 13 | MathMin, | |
@@ -2132,7 +2132,7 @@ function readableByteStreamControllerPullInto( | |||
| 2132 | 2132 | pendingPullIntos, | |
| 2133 | 2133 | } = controller[kState]; | |
| 2134 | 2134 | let elementSize = 1; | |
| 2135 | - let ctor = DataViewCtor; | ||
| 2135 | + let ctor = DataView; | ||
| 2136 | 2136 | if (isArrayBufferView(view) && !isDataView(view)) { | |
| 2137 | 2137 | elementSize = view.constructor.BYTES_PER_ELEMENT; | |
| 2138 | 2138 | ctor = view.constructor; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments