You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92
+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
93
93
94
94
<!-- eslint-disable stdlib/require-globals -->
95
95
@@ -135,7 +135,7 @@ var str = Float64Array.name;
135
135
136
136
#### Float64Array.prototype.buffer
137
137
138
-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138
+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139
139
140
140
<!-- eslint-disable stdlib/require-globals -->
141
141
@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163
163
164
164
#### Float64Array.prototype.byteOffset
165
165
166
-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166
+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92
+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
93
93
94
94
<!-- eslint-disable stdlib/require-globals -->
95
95
@@ -135,7 +135,7 @@ var str = Int16Array.name;
135
135
136
136
#### Int16Array.prototype.buffer
137
137
138
-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138
+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139
139
140
140
<!-- eslint-disable stdlib/require-globals -->
141
141
@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163
163
164
164
#### Int16Array.prototype.byteOffset
165
165
166
-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166
+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92
+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
93
93
94
94
<!-- eslint-disable stdlib/require-globals -->
95
95
@@ -135,7 +135,7 @@ var str = Int32Array.name;
135
135
136
136
#### Int32Array.prototype.buffer
137
137
138
-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138
+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139
139
140
140
<!-- eslint-disable stdlib/require-globals -->
141
141
@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163
163
164
164
#### Int32Array.prototype.byteOffset
165
165
166
-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166
+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92
+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
93
93
94
94
<!-- eslint-disable stdlib/require-globals -->
95
95
@@ -135,7 +135,7 @@ var str = Int8Array.name;
135
135
136
136
#### Int8Array.prototype.buffer
137
137
138
-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138
+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139
139
140
140
<!-- eslint-disable stdlib/require-globals -->
141
141
@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163
163
164
164
#### Int8Array.prototype.byteOffset
165
165
166
-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166
+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92
+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
93
93
94
94
<!-- eslint-disable stdlib/require-globals -->
95
95
@@ -135,7 +135,7 @@ var str = Uint16Array.name;
135
135
136
136
#### Uint16Array.prototype.buffer
137
137
138
-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138
+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139
139
140
140
<!-- eslint-disable stdlib/require-globals -->
141
141
@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163
163
164
164
#### Uint16Array.prototype.byteOffset
165
165
166
-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166
+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92
+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
93
93
94
94
<!-- eslint-disable stdlib/require-globals -->
95
95
@@ -135,7 +135,7 @@ var str = Uint32Array.name;
135
135
136
136
#### Uint32Array.prototype.buffer
137
137
138
-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138
+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139
139
140
140
<!-- eslint-disable stdlib/require-globals -->
141
141
@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163
163
164
164
#### Uint32Array.prototype.byteOffset
165
165
166
-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166
+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92
+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
93
93
94
94
<!-- eslint-disable stdlib/require-globals -->
95
95
@@ -135,7 +135,7 @@ var str = Uint8Array.name;
135
135
136
136
#### Uint8Array.prototype.buffer
137
137
138
-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138
+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139
139
140
140
<!-- eslint-disable stdlib/require-globals -->
141
141
@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163
163
164
164
#### Uint8Array.prototype.byteOffset
165
165
166
-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166
+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][mdn-arraybuffer].
92
+
Returns a [typed array][mdn-typed-array] view of an [`ArrayBuffer`][@stdlib/array/buffer].
93
93
94
94
<!-- eslint-disable stdlib/require-globals -->
95
95
@@ -135,7 +135,7 @@ var str = Uint8ClampedArray.name;
135
135
136
136
#### Uint8ClampedArray.prototype.buffer
137
137
138
-
**Read-only** property which returns the [`ArrayBuffer`][mdn-arraybuffer] referenced by the [typed array][mdn-typed-array].
138
+
**Read-only** property which returns the [`ArrayBuffer`][@stdlib/array/buffer] referenced by the [typed array][mdn-typed-array].
139
139
140
140
<!-- eslint-disable stdlib/require-globals -->
141
141
@@ -163,7 +163,7 @@ var byteLength = arr.byteLength;
163
163
164
164
#### Uint8ClampedArray.prototype.byteOffset
165
165
166
-
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][mdn-arraybuffer].
166
+
**Read-only** property which returns the offset (in bytes) of the [typed array][mdn-typed-array] from the start of its [`ArrayBuffer`][@stdlib/array/buffer].
0 commit comments