File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -1118,7 +1118,6 @@ function fetchFinale (fetchParams, response) {
1118
1118
controller . enqueue ( value )
1119
1119
}
1120
1120
} ,
1121
- queuingStrategy : new ByteLengthQueuingStrategy ( { highWaterMark : 16384 } ) ,
1122
1121
type : 'bytes'
1123
1122
} )
1124
1123
@@ -1933,7 +1932,6 @@ async function httpNetworkFetch (
1933
1932
// cancelAlgorithm set to cancelAlgorithm.
1934
1933
const stream = new ReadableStream (
1935
1934
{
1936
- highWaterMark : 16384 ,
1937
1935
async start ( controller ) {
1938
1936
fetchParams . controller . controller = controller
1939
1937
} ,
@@ -1943,8 +1941,7 @@ async function httpNetworkFetch (
1943
1941
async cancel ( reason ) {
1944
1942
await cancelAlgorithm ( reason )
1945
1943
} ,
1946
- type : 'bytes' ,
1947
- queuingStrategy : new ByteLengthQueuingStrategy ( { highWaterMark : 16384 } )
1944
+ type : 'bytes'
1948
1945
}
1949
1946
)
1950
1947
You can’t perform that action at this time.
0 commit comments