# HG changeset patch # User Yaroslav Zhuravlev # Date 1594142491 -3600 # Node ID 5aa57c656cbfa625e4936fd7131c6d20172dbcdf # Parent 428a8cf1911b1f5f85f69a3d6c1705f966c998e7 Documented TypedArray.prototype.sort() in njs. diff --git a/xml/en/docs/njs/reference.xml b/xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml +++ b/xml/en/docs/njs/reference.xml @@ -9,7 +9,7 @@
+ rev="45">
@@ -1048,6 +1048,25 @@ Decodes an encoded component of a previo
+
+ + +TypedArray is a number of different global properties +whose values are typed array constructors for specific element types. + + +TypedArray.prototype.sort() + +sorts the elements of a typed array numerically +and returns the updated typed array +(0.4.2). + + + + +
+ +