# HG changeset patch # User Yaroslav Zhuravlev # Date 1594142491 -3600 # Node ID 5aa57c656cbfa625e4936fd7131c6d20172dbcdf # Parent 428a8cf1911b1f5f85f69a3d6c1705f966c998e7 Documented TypedArray.prototype.sort() in njs. diff -r 428a8cf1911b -r 5aa57c656cbf xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml Tue Jul 07 14:26:27 2020 +0100 +++ b/xml/en/docs/njs/reference.xml Tue Jul 07 18:21:31 2020 +0100 @@ -9,7 +9,7 @@
+ rev="45">
@@ -1048,6 +1048,25 @@
+
+ + +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). + + + + +
+ +