Fast incremental writer that becomes an ArrayBuffer
on end().
Symbol
ArrayBufferSink.constructor
Referenced types
class ArrayBufferSink
Flush the internal buffer
If ArrayBufferSink.start was passed a
stream
option, this will return aArrayBuffer
If ArrayBufferSink.start was passed astream
option andasUint8Array
, this will return aUint8Array
Otherwise, this will return the number of bytes written since the last flushThis API might change later to separate Uint8ArraySink and ArrayBufferSink