UNPKG

whatwg-streams-impl

Version:

WHATWG Streams Implementation for Node.JS

10 lines (7 loc) 273 B
console.warn('NOT_IMPLEMENTED: ReadableByteStreamController not implemented'); class ReadableByteStreamController { constructor() { throw new TypeError('Cannot call constructor on ReadableByteStreamController'); } } module.exports = ReadableByteStreamController;