Interface AsyncUInt32ArrayResult

Represents a promise result, for functions expecting to return a UInt32Array.


Metadata

Hierarchy

  • AsyncUInt32ArrayResult

Properties

Properties

The reason for the end of the promise.

value?: Uint32Array

The returned value of the promise. Undefined if the call failed.