(name)
| 14180 | } |
| 14181 | } |
| 14182 | function streamBrandCheckException$1(name) { |
| 14183 | return new TypeError(`ReadableStream.prototype.${name} can only be used on a ReadableStream`); |
| 14184 | } |
| 14185 | function convertQueuingStrategyInit(init, context) { |
| 14186 | assertDictionary(init, context); |
| 14187 | const highWaterMark = init === null || init === void 0 ? void 0 : init.highWaterMark; |