We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7306252 commit 05b2b78Copy full SHA for 05b2b78
doc/api/smalloc.markdown
@@ -1,6 +1,10 @@
1
# Smalloc
2
3
- Stability: 2 - Stable
+ Stability: 0 - Deprecated
4
+
5
+This module has been deprecated for technical reasons and will be removed when
6
+the V8 JavaScript engine is upgraded to version 4.3 or 4.4. It is recommended
7
+that you start using [typed arrays][] instead.
8
9
## Class: smalloc
10
@@ -138,3 +142,5 @@ Enum of possible external array types. Contains:
138
142
* `Float`
139
143
* `Double`
140
144
* `Uint8Clamped`
145
146
+[typed arrays]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays
0 commit comments