HXNODEJS - API documentation
View source

class ReadableByteStreamController

package js.node.web

@:native("ReadableByteStreamController")

Controller for a byte-oriented ReadableStream.

See also:

  • https://nodejs.org/api/globals.html#class-readablebytestreamcontroller

Variables

read onlybyobRequest:Null<ReadableStreamBYOBRequest>

read onlydesiredSize:Null<Float>

Methods

close():Void

enqueue(chunk:ArrayBufferView):Void

error(?e:Any):Void

© 2026