(name)
| 11830 | return new TypeError(`ReadableStreamBYOBRequest.prototype.${name} can only be used on a ReadableStreamBYOBRequest`); |
| 11831 | } |
| 11832 | function byteStreamControllerBrandCheckException(name) { |
| 11833 | return new TypeError(`ReadableByteStreamController.prototype.${name} can only be used on a ReadableByteStreamController`); |
| 11834 | } |
| 11835 | function convertReaderOptions(options, context) { |
| 11836 | assertDictionary(options, context); |
| 11837 | const mode = options === null || options === void 0 ? void 0 : options.mode; |
no outgoing calls
no test coverage detected
searching dependent graphs…