ByteBufferToJSArrayBuffer extension - dart:js_interop library (original) (raw)

description

Conversions from ByteBuffer to JSArrayBuffer.

on

Properties

toJSJSArrayBuffer

Available on ByteBuffer, provided by the ByteBufferToJSArrayBuffer extension

Converts this ByteBuffer to a JSArrayBuffer by either casting, unwrapping, or cloning the ByteBuffer.

no setter