# HG changeset patch # User Yaroslav Zhuravlev # Date 1579630251 0 # Node ID b40a2e795fd9b23706c96456d140d367f3909a8b # Parent fa00f12061cd20a288d23f6ae4ffa8db39993b46 Updated Compatibility for njs-0.3.8. diff --git a/xml/en/docs/njs/compatibility.xml b/xml/en/docs/njs/compatibility.xml --- a/xml/en/docs/njs/compatibility.xml +++ b/xml/en/docs/njs/compatibility.xml @@ -9,7 +9,7 @@
@@ -306,8 +306,16 @@ ES5.1: toString, valueOf + + +ES6: +is +(0.3.8), +setPrototypeOf +(0.3.8) + + - @@ -369,6 +377,95 @@ ES7: includes +ArrayBuffer methods +(0.3.8): + + +ES6: +isView + + + + + + +ArrayBuffer instance methods +(0.3.8): + + +ES6: +slice + + + + + + +Typed-array constructors +(0.3.8): + + +ES6: +Uint8Array, +Int8Array, +Uint8ClampedArray, +Uint16Array, +Int16Array, +Uint32Array, +Int32Array, +Float32Array, +Float64Array + + + + + + +Typed-array instance methods +(0.3.8): + + +ES6: +set, +slice, +subarray, +copyWithin, +fill, +join, +toString + + + + + + +Promise methods +(0.3.8): + + +ES6: +resolve, +reject + + + + + + +Promise instance methods +(0.3.8): + + +ES6: +then, +catch, +finally + + + + + + Function instance methods: @@ -563,6 +660,11 @@ Global objects process + +globalThis alias +(0.3.8) + + diff --git a/xml/ru/docs/njs/compatibility.xml b/xml/ru/docs/njs/compatibility.xml --- a/xml/ru/docs/njs/compatibility.xml +++ b/xml/ru/docs/njs/compatibility.xml @@ -9,7 +9,7 @@
@@ -309,8 +309,16 @@ ES5.1: toString, valueOf + + +ES6: +is +(0.3.8), +setPrototypeOf +(0.3.8) + + - @@ -370,6 +378,95 @@ ES7: includes +Методы ArrayBuffer +(0.3.8): + + +ES6: +isView + + + + + + +Методы экземпляра класса ArrayBuffer +(0.3.8): + + +ES6: +slice + + + + + + +Конструкторы Typed-array +(0.3.8): + + +ES6: +Uint8Array, +Int8Array, +Uint8ClampedArray, +Uint16Array, +Int16Array, +Uint32Array, +Int32Array, +Float32Array, +Float64Array + + + + + + +Методы экземпляра класса Typed-array +(0.3.8): + + +ES6: +set, +slice, +subarray, +copyWithin, +fill, +join, +toString + + + + + + +Методы Promise +(0.3.8): + + +ES6: +resolve, +reject + + + + + + +Методы экземпляра класса Promise +(0.3.8): + + +ES6: +then, +catch, +finally + + + + + + Методы экземпляра класса Function: @@ -564,6 +661,11 @@ ES6 поддержка стрелочных функций process + +псевдоним globalThis +(0.3.8) + +