Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

JsTypedArrayType

Limin Zhu edited this page Oct 9, 2015 · 1 revision

The type of a typed JavaScript array.

Syntax

enum JsTypedArrayType

Members

  • JsArrayTypeInt8: An int8 array.
  • JsArrayTypeUint8: An uint8 array.
  • JsArrayTypeUint8Clamped: An uint8 clamped array.
  • JsArrayTypeInt16: An int16 array.
  • JsArrayTypeUint16: An uint16 array.
  • JsArrayTypeInt32: An int32 array.
  • JsArrayTypeUint32: An uint32 array.
  • JsArrayTypeFloat32: A float32 array.
  • JsArrayTypeFloat64: A float64 array.

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.