TransformStream
Overview
The TransformStream interface of the Streams API represents a set of transformable data.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
readable
property readable: dynamic read;
dynamic readable { get; }
var readable: dynamic { get{} }
dynamic readable { __get; }
ReadOnly Property readable() As dynamic
writable
property writable: dynamic read;
dynamic writable { get; }
var writable: dynamic { get{} }
dynamic writable { __get; }
ReadOnly Property writable() As dynamic