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
* Creates an uninitialized array having a specified length.
27
27
*
28
-
* ## Notes
29
-
*
30
-
* - In browser environments, the function always returns zero-filled arrays.
31
-
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
* Creates an uninitialized array having a specified length.
45
-
*
46
-
* ## Notes
47
-
*
48
-
* - In browser environments, the function always returns zero-filled arrays.
49
-
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
* Creates an uninitialized array having a specified length.
63
-
*
64
-
* ## Notes
65
-
*
66
-
* - In browser environments, the function always returns zero-filled arrays.
67
-
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
* Creates an uninitialized array having a specified length.
81
-
*
82
-
* ## Notes
83
-
*
84
-
* - In browser environments, the function always returns zero-filled arrays.
85
-
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
* Creates an uninitialized array having a specified length.
99
-
*
100
-
* ## Notes
101
-
*
102
-
* - In browser environments, the function always returns zero-filled arrays.
103
-
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
* Creates an uninitialized array having a specified length.
117
-
*
118
-
* ## Notes
119
-
*
120
-
* - In browser environments, the function always returns zero-filled arrays.
121
-
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
* Creates an uninitialized array having a specified length.
135
-
*
136
-
* ## Notes
137
-
*
138
-
* - In browser environments, the function always returns zero-filled arrays.
139
-
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
* Creates an uninitialized array having a specified length.
153
-
*
154
-
* ## Notes
155
-
*
156
-
* - In browser environments, the function always returns zero-filled arrays.
157
-
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
* Creates an uninitialized array having a specified length.
171
-
*
172
-
* ## Notes
173
-
*
174
-
* - In browser environments, the function always returns zero-filled arrays.
175
-
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
* Creates an uninitialized array having a specified length.
189
-
*
190
-
* ## Notes
191
-
*
192
-
* - In browser environments, the function always returns zero-filled arrays.
193
-
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
* Creates an uninitialized array having a specified length.
207
-
*
208
-
* ## Notes
209
-
*
210
-
* - In browser environments, the function always returns zero-filled arrays.
211
-
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
* Creates an uninitialized array having a specified length.
238
-
*
239
-
* ## Notes
240
-
*
241
-
* - In browser environments, the function always returns zero-filled arrays.
242
-
* - If `dtype` is `'generic'`, the function always returns a zero-filled array.
243
-
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
244
-
*
245
28
* The function recognizes the following data types:
* - `uint8c`: 8-bit unsigned integers clamped to `0-255`
258
41
* - `generic`: generic JavaScript values
259
42
*
43
+
* ## Notes
44
+
*
45
+
* - In browser environments, the function always returns zero-filled arrays.
46
+
* - If `dtype` is `'generic'`, the function always returns a zero-filled array.
47
+
* - In Node.js versions `>=3.0.0`, the underlying memory of returned typed arrays is **not** initialized. Memory contents are unknown and may contain **sensitive** data.
0 commit comments