jscrewit 2.29.0 → 2.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Features.md +9 -3
- package/JScrewIt.html +1 -1
- package/api-doc/.nojekyll +1 -0
- package/api-doc/README.md +18 -19
- package/api-doc/interfaces/CustomFeature.md +3 -3
- package/api-doc/interfaces/ElementaryFeature.md +3 -3
- package/api-doc/interfaces/EncodeOptions.md +1 -1
- package/api-doc/interfaces/Feature.md +5 -4
- package/api-doc/interfaces/FeatureAll.md +125 -99
- package/api-doc/interfaces/FeatureConstructor.md +147 -113
- package/api-doc/interfaces/PredefinedFeature.md +3 -3
- package/lib/encode.d.ts +2 -2
- package/lib/feature-all.d.ts +49 -28
- package/lib/feature.d.ts +21 -22
- package/lib/jscrewit.js +1804 -2122
- package/lib/jscrewit.min.js +2 -2
- package/package.json +13 -6
- package/readme.md +2 -2
- package/ui/ui.js +1 -1
package/Features.md
CHANGED
|
@@ -6,13 +6,14 @@ This table lists features available in the most common engines.
|
|
|
6
6
|
<th>Features</th>
|
|
7
7
|
</tr>
|
|
8
8
|
<tr>
|
|
9
|
-
<td>Chrome
|
|
9
|
+
<td>Chrome 92+, Edge 92+, Opera 78+</td>
|
|
10
10
|
<td>
|
|
11
11
|
<ul>
|
|
12
12
|
<li><a href="api-doc/interfaces/FeatureAll.md#ANY_DOCUMENT"><code>ANY_DOCUMENT</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#HTMLDOCUMENT"><code>HTMLDOCUMENT</code></a>)
|
|
13
13
|
<li><a href="api-doc/interfaces/FeatureAll.md#ANY_WINDOW"><code>ANY_WINDOW</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#WINDOW"><code>WINDOW</code></a>)
|
|
14
14
|
<li><a href="api-doc/interfaces/FeatureAll.md#ARRAY_ITERATOR"><code>ARRAY_ITERATOR</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#NO_OLD_SAFARI_ARRAY_ITERATOR"><code>NO_OLD_SAFARI_ARRAY_ITERATOR</code></a>)
|
|
15
15
|
<li><a href="api-doc/interfaces/FeatureAll.md#ARROW"><code>ARROW</code></a>
|
|
16
|
+
<li><a href="api-doc/interfaces/FeatureAll.md#AT"><code>AT</code></a>
|
|
16
17
|
<li><a href="api-doc/interfaces/FeatureAll.md#ATOB"><code>ATOB</code></a>
|
|
17
18
|
<li><a href="api-doc/interfaces/FeatureAll.md#BARPROP"><code>BARPROP</code></a>
|
|
18
19
|
<li><a href="api-doc/interfaces/FeatureAll.md#ESC_HTML_QUOT"><code>ESC_HTML_QUOT</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#ESC_HTML_QUOT_ONLY"><code>ESC_HTML_QUOT_ONLY</code></a>)
|
|
@@ -63,7 +64,6 @@ This table lists features available in the most common engines.
|
|
|
63
64
|
<li><a href="api-doc/interfaces/FeatureAll.md#ESC_HTML_QUOT_ONLY"><code>ESC_HTML_QUOT_ONLY</code></a>
|
|
64
65
|
<li><a href="api-doc/interfaces/FeatureAll.md#ESC_REGEXP_LF"><code>ESC_REGEXP_LF</code></a>
|
|
65
66
|
<li><a href="api-doc/interfaces/FeatureAll.md#ESC_REGEXP_SLASH"><code>ESC_REGEXP_SLASH</code></a>
|
|
66
|
-
<li><a href="api-doc/interfaces/FeatureAll.md#EXTERNAL"><code>EXTERNAL</code></a>
|
|
67
67
|
<li><a href="api-doc/interfaces/FeatureAll.md#FF_SRC"><code>FF_SRC</code></a>
|
|
68
68
|
<li><a href="api-doc/interfaces/FeatureAll.md#FILL"><code>FILL</code></a>
|
|
69
69
|
<li><a href="api-doc/interfaces/FeatureAll.md#FLAT"><code>FLAT</code></a>
|
|
@@ -120,7 +120,9 @@ This table lists features available in the most common engines.
|
|
|
120
120
|
<li><a href="api-doc/interfaces/FeatureAll.md#LOCALE_NUMERALS_EXT"><code>LOCALE_NUMERALS_EXT</code></a> (Internet Explorer 11 on Windows 10)
|
|
121
121
|
<li><a href="api-doc/interfaces/FeatureAll.md#NO_FF_SRC"><code>NO_FF_SRC</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#IE_SRC"><code>IE_SRC</code></a>)
|
|
122
122
|
<li><a href="api-doc/interfaces/FeatureAll.md#NO_V8_SRC"><code>NO_V8_SRC</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#IE_SRC"><code>IE_SRC</code></a>)
|
|
123
|
+
<li><a href="api-doc/interfaces/FeatureAll.md#OBJECT_L_LOCATION_CTOR"><code>OBJECT_L_LOCATION_CTOR</code></a>
|
|
123
124
|
<li><a href="api-doc/interfaces/FeatureAll.md#OBJECT_UNDEFINED"><code>OBJECT_UNDEFINED</code></a> (Internet Explorer 10+)
|
|
125
|
+
<li><a href="api-doc/interfaces/FeatureAll.md#OBJECT_W_CTOR"><code>OBJECT_W_CTOR</code></a>
|
|
124
126
|
<li><a href="api-doc/interfaces/FeatureAll.md#PLAIN_INTL"><code>PLAIN_INTL</code></a> (Internet Explorer 11)
|
|
125
127
|
<li><a href="api-doc/interfaces/FeatureAll.md#SELF_OBJ"><code>SELF_OBJ</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#ANY_WINDOW"><code>ANY_WINDOW</code></a> and <a href="api-doc/interfaces/FeatureAll.md#WINDOW"><code>WINDOW</code></a>)
|
|
126
128
|
<li><a href="api-doc/interfaces/FeatureAll.md#SHORT_LOCALES"><code>SHORT_LOCALES</code></a> (Internet Explorer 11)
|
|
@@ -166,7 +168,10 @@ This table lists features available in the most common engines.
|
|
|
166
168
|
<li><a href="api-doc/interfaces/FeatureAll.md#NO_IE_SRC"><code>NO_IE_SRC</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#FF_SRC"><code>FF_SRC</code></a>)
|
|
167
169
|
<li><a href="api-doc/interfaces/FeatureAll.md#NO_OLD_SAFARI_ARRAY_ITERATOR"><code>NO_OLD_SAFARI_ARRAY_ITERATOR</code></a> (Safari 9+)
|
|
168
170
|
<li><a href="api-doc/interfaces/FeatureAll.md#NO_V8_SRC"><code>NO_V8_SRC</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#FF_SRC"><code>FF_SRC</code></a>)
|
|
171
|
+
<li><a href="api-doc/interfaces/FeatureAll.md#OBJECT_L_LOCATION_CTOR"><code>OBJECT_L_LOCATION_CTOR</code></a> (not in Safari 10+)
|
|
169
172
|
<li><a href="api-doc/interfaces/FeatureAll.md#OBJECT_UNDEFINED"><code>OBJECT_UNDEFINED</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#GLOBAL_UNDEFINED"><code>GLOBAL_UNDEFINED</code></a>)
|
|
173
|
+
<li><a href="api-doc/interfaces/FeatureAll.md#OBJECT_W_CTOR"><code>OBJECT_W_CTOR</code></a> (not in Safari 10+)
|
|
174
|
+
<li><a href="api-doc/interfaces/FeatureAll.md#OLD_SAFARI_LOCATION_CTOR"><code>OLD_SAFARI_LOCATION_CTOR</code></a> (not in Safari 10+)
|
|
170
175
|
<li><a href="api-doc/interfaces/FeatureAll.md#PLAIN_INTL"><code>PLAIN_INTL</code></a> (Safari 10+, not in Safari 14.0.1+)
|
|
171
176
|
<li><a href="api-doc/interfaces/FeatureAll.md#REGEXP_STRING_ITERATOR"><code>REGEXP_STRING_ITERATOR</code></a> (Safari 13+)
|
|
172
177
|
<li><a href="api-doc/interfaces/FeatureAll.md#SELF_OBJ"><code>SELF_OBJ</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#ANY_WINDOW"><code>ANY_WINDOW</code></a> and <a href="api-doc/interfaces/FeatureAll.md#WINDOW"><code>WINDOW</code></a>)
|
|
@@ -221,7 +226,8 @@ This table lists features available in the most common engines.
|
|
|
221
226
|
<ul>
|
|
222
227
|
<li><a href="api-doc/interfaces/FeatureAll.md#ARRAY_ITERATOR"><code>ARRAY_ITERATOR</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#NO_OLD_SAFARI_ARRAY_ITERATOR"><code>NO_OLD_SAFARI_ARRAY_ITERATOR</code></a>; Node.js 0.12+)
|
|
223
228
|
<li><a href="api-doc/interfaces/FeatureAll.md#ARROW"><code>ARROW</code></a> (Node.js 4+)
|
|
224
|
-
<li><a href="api-doc/interfaces/FeatureAll.md#
|
|
229
|
+
<li><a href="api-doc/interfaces/FeatureAll.md#AT"><code>AT</code></a> (Node.js 16.6+)
|
|
230
|
+
<li><a href="api-doc/interfaces/FeatureAll.md#ATOB"><code>ATOB</code></a> (Node.js 16.0+)
|
|
225
231
|
<li><a href="api-doc/interfaces/FeatureAll.md#ESC_HTML_ALL"><code>ESC_HTML_ALL</code></a> (not in Node.js 0.12+)
|
|
226
232
|
<li><a href="api-doc/interfaces/FeatureAll.md#ESC_HTML_QUOT"><code>ESC_HTML_QUOT</code></a> (implied by <a href="api-doc/interfaces/FeatureAll.md#ESC_HTML_ALL"><code>ESC_HTML_ALL</code></a> and <a href="api-doc/interfaces/FeatureAll.md#ESC_HTML_QUOT_ONLY"><code>ESC_HTML_QUOT_ONLY</code></a>)
|
|
227
233
|
<li><a href="api-doc/interfaces/FeatureAll.md#ESC_HTML_QUOT_ONLY"><code>ESC_HTML_QUOT_ONLY</code></a> (Node.js 0.12+)
|
package/JScrewIt.html
CHANGED
|
@@ -74,7 +74,7 @@ main>div { display: none; }
|
|
|
74
74
|
|
|
75
75
|
<div>
|
|
76
76
|
<p>Use the form below to encode your script. To encode a number or plain string, type it in
|
|
77
|
-
as you would in JavaScript, e.g. <kbd>6.
|
|
77
|
+
as you would in JavaScript, e.g. <kbd>6.6743e-11</kbd> or <kbd>"Hello, World!"</kbd>.
|
|
78
78
|
|
|
79
79
|
<div>
|
|
80
80
|
<label class='frame'>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
|
package/api-doc/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
|
|
17
17
|
### Type aliases
|
|
18
18
|
|
|
19
|
-
- [CompatibleFeatureArray](README.md#compatiblefeaturearray)
|
|
20
19
|
- [ElementaryFeatureName](README.md#elementaryfeaturename)
|
|
21
20
|
- [FeatureElement](README.md#featureelement)
|
|
21
|
+
- [FeatureElementOrCompatibleArray](README.md#featureelementorcompatiblearray)
|
|
22
22
|
- [PredefinedFeatureName](README.md#predefinedfeaturename)
|
|
23
23
|
|
|
24
24
|
### Variables
|
|
@@ -29,25 +29,9 @@
|
|
|
29
29
|
|
|
30
30
|
## Type aliases
|
|
31
31
|
|
|
32
|
-
### CompatibleFeatureArray
|
|
33
|
-
|
|
34
|
-
Ƭ **CompatibleFeatureArray**: readonly [`FeatureElement`](README.md#featureelement)[]
|
|
35
|
-
|
|
36
|
-
An array containing any number of feature objects or names or aliases of predefined features, in
|
|
37
|
-
no particular order.
|
|
38
|
-
|
|
39
|
-
All of the specified features need to be compatible, so that their union can be constructed.
|
|
40
|
-
|
|
41
|
-
**`remarks`**
|
|
42
|
-
|
|
43
|
-
Methods that accept parameters of this type throw an error if the specified features are not
|
|
44
|
-
mutually compatible.
|
|
45
|
-
|
|
46
|
-
___
|
|
47
|
-
|
|
48
32
|
### ElementaryFeatureName
|
|
49
33
|
|
|
50
|
-
Ƭ **ElementaryFeatureName**: ``"ANY_DOCUMENT"`` \| ``"ANY_WINDOW"`` \| ``"ARRAY_ITERATOR"`` \| ``"ARROW"`` \| ``"AT"`` \| ``"ATOB"`` \| ``"BARPROP"`` \| ``"CAPITAL_HTML"`` \| ``"CONSOLE"`` \| ``"DOCUMENT"`` \| ``"DOMWINDOW"`` \| ``"ESC_HTML_ALL"`` \| ``"ESC_HTML_QUOT"`` \| ``"ESC_HTML_QUOT_ONLY"`` \| ``"ESC_REGEXP_LF"`` \| ``"ESC_REGEXP_SLASH"`` \| ``"
|
|
34
|
+
Ƭ **ElementaryFeatureName**: ``"ANY_DOCUMENT"`` \| ``"ANY_WINDOW"`` \| ``"ARRAY_ITERATOR"`` \| ``"ARROW"`` \| ``"AT"`` \| ``"ATOB"`` \| ``"BARPROP"`` \| ``"CAPITAL_HTML"`` \| ``"CONSOLE"`` \| ``"DOCUMENT"`` \| ``"DOMWINDOW"`` \| ``"ESC_HTML_ALL"`` \| ``"ESC_HTML_QUOT"`` \| ``"ESC_HTML_QUOT_ONLY"`` \| ``"ESC_REGEXP_LF"`` \| ``"ESC_REGEXP_SLASH"`` \| ``"FF_SRC"`` \| ``"FILL"`` \| ``"FLAT"`` \| ``"FROM_CODE_POINT"`` \| ``"FUNCTION_19_LF"`` \| ``"FUNCTION_22_LF"`` \| ``"GENERIC_ARRAY_TO_STRING"`` \| ``"GLOBAL_UNDEFINED"`` \| ``"GMT"`` \| ``"HISTORY"`` \| ``"HTMLAUDIOELEMENT"`` \| ``"HTMLDOCUMENT"`` \| ``"IE_SRC"`` \| ``"INCR_CHAR"`` \| ``"INTL"`` \| ``"LOCALE_INFINITY"`` \| ``"LOCALE_NUMERALS"`` \| ``"LOCALE_NUMERALS_EXT"`` \| ``"LOCATION"`` \| ``"NAME"`` \| ``"NODECONSTRUCTOR"`` \| ``"NO_FF_SRC"`` \| ``"NO_IE_SRC"`` \| ``"NO_OLD_SAFARI_ARRAY_ITERATOR"`` \| ``"NO_V8_SRC"`` \| ``"OBJECT_L_LOCATION_CTOR"`` \| ``"OBJECT_UNDEFINED"`` \| ``"OBJECT_W_CTOR"`` \| ``"OLD_SAFARI_LOCATION_CTOR"`` \| ``"PLAIN_INTL"`` \| ``"REGEXP_STRING_ITERATOR"`` \| ``"SELF_OBJ"`` \| ``"SHORT_LOCALES"`` \| ``"STATUS"`` \| ``"UNDEFINED"`` \| ``"V8_SRC"`` \| ``"WINDOW"``
|
|
51
35
|
|
|
52
36
|
Name of an elementary feature.
|
|
53
37
|
|
|
@@ -66,9 +50,24 @@ feature object nor a name or alias of a predefined feature.
|
|
|
66
50
|
|
|
67
51
|
___
|
|
68
52
|
|
|
53
|
+
### FeatureElementOrCompatibleArray
|
|
54
|
+
|
|
55
|
+
Ƭ **FeatureElementOrCompatibleArray**: [`FeatureElement`](README.md#featureelement) \| readonly [`FeatureElement`](README.md#featureelement)[]
|
|
56
|
+
|
|
57
|
+
A feature object, a name or alias of a predefined feature, or an array of such values that
|
|
58
|
+
defines a union of mutually compatible features.
|
|
59
|
+
|
|
60
|
+
**`remarks`**
|
|
61
|
+
|
|
62
|
+
Methods that accept parameters of this type throw an error if the specified value is neither a
|
|
63
|
+
feature object nor a name or alias of a predefined feature, or if it is an array of values that
|
|
64
|
+
does not define a union of mutually compatible features.
|
|
65
|
+
|
|
66
|
+
___
|
|
67
|
+
|
|
69
68
|
### PredefinedFeatureName
|
|
70
69
|
|
|
71
|
-
Ƭ **PredefinedFeatureName**: [`ElementaryFeatureName`](README.md#elementaryfeaturename) \| ``"ANDRO_4_0"`` \| ``"ANDRO_4_1"`` \| ``"ANDRO_4_4"`` \| ``"AUTO"`` \| ``"BROWSER"`` \| ``"
|
|
70
|
+
Ƭ **PredefinedFeatureName**: [`ElementaryFeatureName`](README.md#elementaryfeaturename) \| ``"ANDRO_4_0"`` \| ``"ANDRO_4_1"`` \| ``"ANDRO_4_4"`` \| ``"AUTO"`` \| ``"BROWSER"`` \| ``"CHROME_92"`` \| ``"COMPACT"`` \| ``"DEFAULT"`` \| ``"FF_78"`` \| ``"FF_83"`` \| ``"FF_90"`` \| ``"IE_10"`` \| ``"IE_11"`` \| ``"IE_11_WIN_10"`` \| ``"IE_9"`` \| ``"NODE_0_10"`` \| ``"NODE_0_12"`` \| ``"NODE_10"`` \| ``"NODE_11"`` \| ``"NODE_12"`` \| ``"NODE_13"`` \| ``"NODE_15"`` \| ``"NODE_16_0"`` \| ``"NODE_16_6"`` \| ``"NODE_4"`` \| ``"NODE_5"`` \| ``"SAFARI_10"`` \| ``"SAFARI_12"`` \| ``"SAFARI_13"`` \| ``"SAFARI_14_0_1"`` \| ``"SAFARI_14_1"`` \| ``"SAFARI_7_0"`` \| ``"SAFARI_7_1"`` \| ``"SAFARI_9"``
|
|
72
71
|
|
|
73
72
|
Name of a predefined feature.
|
|
74
73
|
|
|
@@ -82,7 +82,7 @@ Determines whether this feature object includes all of the specified features.
|
|
|
82
82
|
|
|
83
83
|
| Name | Type |
|
|
84
84
|
| :------ | :------ |
|
|
85
|
-
| `...features` |
|
|
85
|
+
| `...features` | [`FeatureElementOrCompatibleArray`](../README.md#featureelementorcompatiblearray)[] |
|
|
86
86
|
|
|
87
87
|
#### Returns
|
|
88
88
|
|
|
@@ -104,8 +104,8 @@ ___
|
|
|
104
104
|
Creates a new feature object from this feature by removing elementary features that are not
|
|
105
105
|
available inside a particular environment.
|
|
106
106
|
|
|
107
|
-
This method is useful to selectively exclude features that are not available
|
|
108
|
-
|
|
107
|
+
This method is useful to selectively exclude features that are not available in environments
|
|
108
|
+
that require strict mode code, or inside web workers.
|
|
109
109
|
|
|
110
110
|
#### Parameters
|
|
111
111
|
|
|
@@ -79,7 +79,7 @@ Determines whether this feature object includes all of the specified features.
|
|
|
79
79
|
|
|
80
80
|
| Name | Type |
|
|
81
81
|
| :------ | :------ |
|
|
82
|
-
| `...features` |
|
|
82
|
+
| `...features` | [`FeatureElementOrCompatibleArray`](../README.md#featureelementorcompatiblearray)[] |
|
|
83
83
|
|
|
84
84
|
#### Returns
|
|
85
85
|
|
|
@@ -101,8 +101,8 @@ ___
|
|
|
101
101
|
Creates a new feature object from this feature by removing elementary features that are not
|
|
102
102
|
available inside a particular environment.
|
|
103
103
|
|
|
104
|
-
This method is useful to selectively exclude features that are not available
|
|
105
|
-
|
|
104
|
+
This method is useful to selectively exclude features that are not available in environments
|
|
105
|
+
that require strict mode code, or inside web workers.
|
|
106
106
|
|
|
107
107
|
#### Parameters
|
|
108
108
|
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
### features
|
|
15
15
|
|
|
16
|
-
• `Optional` **features**: [`
|
|
16
|
+
• `Optional` **features**: [`FeatureElementOrCompatibleArray`](../README.md#featureelementorcompatiblearray)
|
|
17
17
|
|
|
18
18
|
Specifies the features available in the engines that evaluate the encoded output.
|
|
19
19
|
|
|
@@ -18,7 +18,8 @@ All other features, called *composite* features, can be constructed as a union o
|
|
|
18
18
|
elementary features.
|
|
19
19
|
Two of the predefined composite features are particularly important: <code>[DEFAULT](FeatureConstructor.md#default)</code> is
|
|
20
20
|
the empty feature, indicating that no elementary feature is available at all;
|
|
21
|
-
<code>[AUTO](FeatureConstructor.md#auto)</code> is the union of all elementary features available in the current
|
|
21
|
+
<code>[AUTO](FeatureConstructor.md#auto)</code> is the union of all elementary features available in the current
|
|
22
|
+
environment.
|
|
22
23
|
|
|
23
24
|
Not all features can be available at the same time: some features are necessarily incompatible,
|
|
24
25
|
meaning that they mutually exclude each other, and thus their union cannot be constructed.
|
|
@@ -85,7 +86,7 @@ Determines whether this feature object includes all of the specified features.
|
|
|
85
86
|
|
|
86
87
|
| Name | Type |
|
|
87
88
|
| :------ | :------ |
|
|
88
|
-
| `...features` |
|
|
89
|
+
| `...features` | [`FeatureElementOrCompatibleArray`](../README.md#featureelementorcompatiblearray)[] |
|
|
89
90
|
|
|
90
91
|
#### Returns
|
|
91
92
|
|
|
@@ -103,8 +104,8 @@ ___
|
|
|
103
104
|
Creates a new feature object from this feature by removing elementary features that are not
|
|
104
105
|
available inside a particular environment.
|
|
105
106
|
|
|
106
|
-
This method is useful to selectively exclude features that are not available
|
|
107
|
-
|
|
107
|
+
This method is useful to selectively exclude features that are not available in environments
|
|
108
|
+
that require strict mode code, or inside web workers.
|
|
108
109
|
|
|
109
110
|
#### Parameters
|
|
110
111
|
|
|
@@ -10,97 +10,99 @@
|
|
|
10
10
|
|
|
11
11
|
### Properties
|
|
12
12
|
|
|
13
|
-
- [
|
|
14
|
-
- [
|
|
15
|
-
- [
|
|
16
|
-
- [
|
|
17
|
-
- [
|
|
18
|
-
- [
|
|
13
|
+
- [ANDRO_4_0](FeatureAll.md#andro_4_0)
|
|
14
|
+
- [ANDRO_4_1](FeatureAll.md#andro_4_1)
|
|
15
|
+
- [ANDRO_4_4](FeatureAll.md#andro_4_4)
|
|
16
|
+
- [ANY_DOCUMENT](FeatureAll.md#any_document)
|
|
17
|
+
- [ANY_WINDOW](FeatureAll.md#any_window)
|
|
18
|
+
- [ARRAY_ITERATOR](FeatureAll.md#array_iterator)
|
|
19
19
|
- [ARROW](FeatureAll.md#arrow)
|
|
20
20
|
- [AT](FeatureAll.md#at)
|
|
21
21
|
- [ATOB](FeatureAll.md#atob)
|
|
22
22
|
- [AUTO](FeatureAll.md#auto)
|
|
23
23
|
- [BARPROP](FeatureAll.md#barprop)
|
|
24
24
|
- [BROWSER](FeatureAll.md#browser)
|
|
25
|
-
- [
|
|
25
|
+
- [CAPITAL_HTML](FeatureAll.md#capital_html)
|
|
26
26
|
- [CHROME](FeatureAll.md#chrome)
|
|
27
|
-
- [
|
|
28
|
-
- [
|
|
27
|
+
- [CHROME_92](FeatureAll.md#chrome_92)
|
|
28
|
+
- [CHROME_PREV](FeatureAll.md#chrome_prev)
|
|
29
29
|
- [COMPACT](FeatureAll.md#compact)
|
|
30
30
|
- [CONSOLE](FeatureAll.md#console)
|
|
31
31
|
- [DEFAULT](FeatureAll.md#default)
|
|
32
32
|
- [DOCUMENT](FeatureAll.md#document)
|
|
33
33
|
- [DOMWINDOW](FeatureAll.md#domwindow)
|
|
34
|
-
- [
|
|
35
|
-
- [
|
|
36
|
-
- [
|
|
37
|
-
- [
|
|
38
|
-
- [
|
|
39
|
-
- [EXTERNAL](FeatureAll.md#external)
|
|
34
|
+
- [ESC_HTML_ALL](FeatureAll.md#esc_html_all)
|
|
35
|
+
- [ESC_HTML_QUOT](FeatureAll.md#esc_html_quot)
|
|
36
|
+
- [ESC_HTML_QUOT_ONLY](FeatureAll.md#esc_html_quot_only)
|
|
37
|
+
- [ESC_REGEXP_LF](FeatureAll.md#esc_regexp_lf)
|
|
38
|
+
- [ESC_REGEXP_SLASH](FeatureAll.md#esc_regexp_slash)
|
|
40
39
|
- [FF](FeatureAll.md#ff)
|
|
41
|
-
- [
|
|
42
|
-
- [
|
|
43
|
-
- [
|
|
44
|
-
- [
|
|
45
|
-
- [
|
|
46
|
-
- [
|
|
40
|
+
- [FF_78](FeatureAll.md#ff_78)
|
|
41
|
+
- [FF_83](FeatureAll.md#ff_83)
|
|
42
|
+
- [FF_90](FeatureAll.md#ff_90)
|
|
43
|
+
- [FF_ESR](FeatureAll.md#ff_esr)
|
|
44
|
+
- [FF_PREV](FeatureAll.md#ff_prev)
|
|
45
|
+
- [FF_SRC](FeatureAll.md#ff_src)
|
|
47
46
|
- [FILL](FeatureAll.md#fill)
|
|
48
47
|
- [FLAT](FeatureAll.md#flat)
|
|
49
|
-
- [
|
|
50
|
-
- [
|
|
51
|
-
- [
|
|
52
|
-
- [
|
|
53
|
-
- [
|
|
48
|
+
- [FROM_CODE_POINT](FeatureAll.md#from_code_point)
|
|
49
|
+
- [FUNCTION_19_LF](FeatureAll.md#function_19_lf)
|
|
50
|
+
- [FUNCTION_22_LF](FeatureAll.md#function_22_lf)
|
|
51
|
+
- [GENERIC_ARRAY_TO_STRING](FeatureAll.md#generic_array_to_string)
|
|
52
|
+
- [GLOBAL_UNDEFINED](FeatureAll.md#global_undefined)
|
|
54
53
|
- [GMT](FeatureAll.md#gmt)
|
|
55
54
|
- [HISTORY](FeatureAll.md#history)
|
|
56
55
|
- [HTMLAUDIOELEMENT](FeatureAll.md#htmlaudioelement)
|
|
57
56
|
- [HTMLDOCUMENT](FeatureAll.md#htmldocument)
|
|
58
|
-
- [
|
|
59
|
-
- [
|
|
60
|
-
- [
|
|
61
|
-
- [
|
|
62
|
-
- [
|
|
63
|
-
- [
|
|
57
|
+
- [IE_10](FeatureAll.md#ie_10)
|
|
58
|
+
- [IE_11](FeatureAll.md#ie_11)
|
|
59
|
+
- [IE_11_WIN_10](FeatureAll.md#ie_11_win_10)
|
|
60
|
+
- [IE_9](FeatureAll.md#ie_9)
|
|
61
|
+
- [IE_SRC](FeatureAll.md#ie_src)
|
|
62
|
+
- [INCR_CHAR](FeatureAll.md#incr_char)
|
|
64
63
|
- [INTL](FeatureAll.md#intl)
|
|
65
|
-
- [
|
|
66
|
-
- [
|
|
67
|
-
- [
|
|
64
|
+
- [LOCALE_INFINITY](FeatureAll.md#locale_infinity)
|
|
65
|
+
- [LOCALE_NUMERALS](FeatureAll.md#locale_numerals)
|
|
66
|
+
- [LOCALE_NUMERALS_EXT](FeatureAll.md#locale_numerals_ext)
|
|
68
67
|
- [LOCATION](FeatureAll.md#location)
|
|
69
68
|
- [NAME](FeatureAll.md#name)
|
|
70
69
|
- [NODECONSTRUCTOR](FeatureAll.md#nodeconstructor)
|
|
71
|
-
- [
|
|
72
|
-
- [
|
|
73
|
-
- [
|
|
74
|
-
- [
|
|
75
|
-
- [
|
|
76
|
-
- [
|
|
77
|
-
- [
|
|
78
|
-
- [
|
|
79
|
-
- [
|
|
80
|
-
- [
|
|
81
|
-
- [
|
|
82
|
-
- [
|
|
83
|
-
- [
|
|
84
|
-
- [
|
|
85
|
-
- [
|
|
86
|
-
- [
|
|
87
|
-
- [
|
|
70
|
+
- [NODE_0_10](FeatureAll.md#node_0_10)
|
|
71
|
+
- [NODE_0_12](FeatureAll.md#node_0_12)
|
|
72
|
+
- [NODE_10](FeatureAll.md#node_10)
|
|
73
|
+
- [NODE_11](FeatureAll.md#node_11)
|
|
74
|
+
- [NODE_12](FeatureAll.md#node_12)
|
|
75
|
+
- [NODE_13](FeatureAll.md#node_13)
|
|
76
|
+
- [NODE_15](FeatureAll.md#node_15)
|
|
77
|
+
- [NODE_16_0](FeatureAll.md#node_16_0)
|
|
78
|
+
- [NODE_16_6](FeatureAll.md#node_16_6)
|
|
79
|
+
- [NODE_4](FeatureAll.md#node_4)
|
|
80
|
+
- [NODE_5](FeatureAll.md#node_5)
|
|
81
|
+
- [NO_FF_SRC](FeatureAll.md#no_ff_src)
|
|
82
|
+
- [NO_IE_SRC](FeatureAll.md#no_ie_src)
|
|
83
|
+
- [NO_OLD_SAFARI_ARRAY_ITERATOR](FeatureAll.md#no_old_safari_array_iterator)
|
|
84
|
+
- [NO_V8_SRC](FeatureAll.md#no_v8_src)
|
|
85
|
+
- [OBJECT_L_LOCATION_CTOR](FeatureAll.md#object_l_location_ctor)
|
|
86
|
+
- [OBJECT_UNDEFINED](FeatureAll.md#object_undefined)
|
|
87
|
+
- [OBJECT_W_CTOR](FeatureAll.md#object_w_ctor)
|
|
88
|
+
- [OLD_SAFARI_LOCATION_CTOR](FeatureAll.md#old_safari_location_ctor)
|
|
89
|
+
- [PLAIN_INTL](FeatureAll.md#plain_intl)
|
|
90
|
+
- [REGEXP_STRING_ITERATOR](FeatureAll.md#regexp_string_iterator)
|
|
88
91
|
- [SAFARI](FeatureAll.md#safari)
|
|
89
|
-
- [
|
|
90
|
-
- [
|
|
91
|
-
- [
|
|
92
|
-
- [
|
|
93
|
-
- [
|
|
94
|
-
- [
|
|
95
|
-
- [
|
|
96
|
-
- [
|
|
97
|
-
- [SAFARI\_9](FeatureAll.md#safari_9)
|
|
92
|
+
- [SAFARI_10](FeatureAll.md#safari_10)
|
|
93
|
+
- [SAFARI_12](FeatureAll.md#safari_12)
|
|
94
|
+
- [SAFARI_13](FeatureAll.md#safari_13)
|
|
95
|
+
- [SAFARI_14_0_1](FeatureAll.md#safari_14_0_1)
|
|
96
|
+
- [SAFARI_14_1](FeatureAll.md#safari_14_1)
|
|
97
|
+
- [SAFARI_7_0](FeatureAll.md#safari_7_0)
|
|
98
|
+
- [SAFARI_7_1](FeatureAll.md#safari_7_1)
|
|
99
|
+
- [SAFARI_9](FeatureAll.md#safari_9)
|
|
98
100
|
- [SELF](FeatureAll.md#self)
|
|
99
|
-
- [
|
|
100
|
-
- [
|
|
101
|
+
- [SELF_OBJ](FeatureAll.md#self_obj)
|
|
102
|
+
- [SHORT_LOCALES](FeatureAll.md#short_locales)
|
|
101
103
|
- [STATUS](FeatureAll.md#status)
|
|
102
104
|
- [UNDEFINED](FeatureAll.md#undefined)
|
|
103
|
-
- [
|
|
105
|
+
- [V8_SRC](FeatureAll.md#v8_src)
|
|
104
106
|
- [WINDOW](FeatureAll.md#window)
|
|
105
107
|
|
|
106
108
|
## Properties
|
|
@@ -185,7 +187,7 @@ Existence of the native function Array.prototype.at.
|
|
|
185
187
|
|
|
186
188
|
**`remarks`**
|
|
187
189
|
|
|
188
|
-
Available in Firefox 90+.
|
|
190
|
+
Available in Chrome, Edge, Firefox 90+, Opera, and Node.js 16.6+.
|
|
189
191
|
|
|
190
192
|
___
|
|
191
193
|
|
|
@@ -197,7 +199,7 @@ Existence of the global functions atob and btoa.
|
|
|
197
199
|
|
|
198
200
|
**`remarks`**
|
|
199
201
|
|
|
200
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 10+, Safari, Opera, Android Browser, and Node.js 16+. This feature is not available inside web workers in Safari before 10.
|
|
202
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 10+, Safari, Opera, Android Browser, and Node.js 16.0+. This feature is not available inside web workers in Safari before 10.
|
|
201
203
|
|
|
202
204
|
___
|
|
203
205
|
|
|
@@ -205,7 +207,7 @@ ___
|
|
|
205
207
|
|
|
206
208
|
• **AUTO**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
207
209
|
|
|
208
|
-
|
|
210
|
+
Features available in the current environment.
|
|
209
211
|
|
|
210
212
|
___
|
|
211
213
|
|
|
@@ -249,19 +251,19 @@ ___
|
|
|
249
251
|
|
|
250
252
|
Features available in the current stable versions of Chrome, Edge and Opera.
|
|
251
253
|
|
|
252
|
-
An alias for `
|
|
254
|
+
An alias for `CHROME_92`.
|
|
253
255
|
|
|
254
256
|
___
|
|
255
257
|
|
|
256
|
-
### CHROME\
|
|
258
|
+
### CHROME\_92
|
|
257
259
|
|
|
258
|
-
• **CHROME\
|
|
260
|
+
• **CHROME\_92**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
259
261
|
|
|
260
|
-
Features available in Chrome
|
|
262
|
+
Features available in Chrome 92, Edge 92 and Opera 78 or later.
|
|
261
263
|
|
|
262
264
|
**`remarks`**
|
|
263
265
|
|
|
264
|
-
This feature may be replaced or removed in the near future when current browser versions become obsolete. Use `CHROME` or `CHROME_PREV` instead of `
|
|
266
|
+
This feature may be replaced or removed in the near future when current browser versions become obsolete. Use `CHROME` or `CHROME_PREV` instead of `CHROME_92` for long term support.
|
|
265
267
|
|
|
266
268
|
**`see`**
|
|
267
269
|
|
|
@@ -275,7 +277,7 @@ ___
|
|
|
275
277
|
|
|
276
278
|
Features available in the previous to current versions of Chrome and Edge.
|
|
277
279
|
|
|
278
|
-
An alias for `
|
|
280
|
+
An alias for `CHROME_92`.
|
|
279
281
|
|
|
280
282
|
___
|
|
281
283
|
|
|
@@ -395,18 +397,6 @@ Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Node.j
|
|
|
395
397
|
|
|
396
398
|
___
|
|
397
399
|
|
|
398
|
-
### EXTERNAL
|
|
399
|
-
|
|
400
|
-
• **EXTERNAL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
401
|
-
|
|
402
|
-
Existence of the global object sidebar having the string representation "\[object External\]".
|
|
403
|
-
|
|
404
|
-
**`remarks`**
|
|
405
|
-
|
|
406
|
-
Available in Firefox. This feature is not available inside web workers.
|
|
407
|
-
|
|
408
|
-
___
|
|
409
|
-
|
|
410
400
|
### FF
|
|
411
401
|
|
|
412
402
|
• **FF**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
@@ -441,7 +431,7 @@ Features available in Firefox 83 to 89.
|
|
|
441
431
|
|
|
442
432
|
**`remarks`**
|
|
443
433
|
|
|
444
|
-
This feature may be replaced or removed in the near future when current browser versions become obsolete.
|
|
434
|
+
This feature may be replaced or removed in the near future when current browser versions become obsolete.
|
|
445
435
|
|
|
446
436
|
**`see`**
|
|
447
437
|
|
|
@@ -457,7 +447,7 @@ Features available in Firefox 90 or later.
|
|
|
457
447
|
|
|
458
448
|
**`remarks`**
|
|
459
449
|
|
|
460
|
-
This feature may be replaced or removed in the near future when current browser versions become obsolete. Use `FF` instead of `FF_90` for long term support.
|
|
450
|
+
This feature may be replaced or removed in the near future when current browser versions become obsolete. Use `FF` or `FF_PREV` instead of `FF_90` for long term support.
|
|
461
451
|
|
|
462
452
|
**`see`**
|
|
463
453
|
|
|
@@ -481,7 +471,7 @@ ___
|
|
|
481
471
|
|
|
482
472
|
Features available in the previous to current version of Firefox.
|
|
483
473
|
|
|
484
|
-
An alias for `
|
|
474
|
+
An alias for `FF_90`.
|
|
485
475
|
|
|
486
476
|
___
|
|
487
477
|
|
|
@@ -833,11 +823,19 @@ Features available in Node.js 15.
|
|
|
833
823
|
|
|
834
824
|
___
|
|
835
825
|
|
|
836
|
-
### NODE\_16
|
|
826
|
+
### NODE\_16\_0
|
|
827
|
+
|
|
828
|
+
• **NODE\_16\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
829
|
+
|
|
830
|
+
Features available in Node.js 16.0 to 16.5.
|
|
831
|
+
|
|
832
|
+
___
|
|
833
|
+
|
|
834
|
+
### NODE\_16\_6
|
|
837
835
|
|
|
838
|
-
• **NODE\_16**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
836
|
+
• **NODE\_16\_6**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
839
837
|
|
|
840
|
-
Features available in Node.js 16 or later.
|
|
838
|
+
Features available in Node.js 16.6 or later.
|
|
841
839
|
|
|
842
840
|
___
|
|
843
841
|
|
|
@@ -909,6 +907,18 @@ Available in Firefox, Internet Explorer, and Safari.
|
|
|
909
907
|
|
|
910
908
|
___
|
|
911
909
|
|
|
910
|
+
### OBJECT\_L\_LOCATION\_CTOR
|
|
911
|
+
|
|
912
|
+
• **OBJECT\_L\_LOCATION\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
913
|
+
|
|
914
|
+
Existence of the global function location.constructor whose string representation starts with "\[object L"
|
|
915
|
+
|
|
916
|
+
**`remarks`**
|
|
917
|
+
|
|
918
|
+
Available in Internet Explorer and Safari before 10. This feature is not available inside web workers.
|
|
919
|
+
|
|
920
|
+
___
|
|
921
|
+
|
|
912
922
|
### OBJECT\_UNDEFINED
|
|
913
923
|
|
|
914
924
|
• **OBJECT\_UNDEFINED**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -921,6 +931,30 @@ Available in Chrome, Edge, Firefox, Internet Explorer 10+, Safari, Opera, Androi
|
|
|
921
931
|
|
|
922
932
|
___
|
|
923
933
|
|
|
934
|
+
### OBJECT\_W\_CTOR
|
|
935
|
+
|
|
936
|
+
• **OBJECT\_W\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
937
|
+
|
|
938
|
+
The property that the string representation of the global object constructor starts with "\[object W"
|
|
939
|
+
|
|
940
|
+
**`remarks`**
|
|
941
|
+
|
|
942
|
+
Available in Internet Explorer and Safari before 10. This feature is not available inside web workers in Safari before 10.
|
|
943
|
+
|
|
944
|
+
___
|
|
945
|
+
|
|
946
|
+
### OLD\_SAFARI\_LOCATION\_CTOR
|
|
947
|
+
|
|
948
|
+
• **OLD\_SAFARI\_LOCATION\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
949
|
+
|
|
950
|
+
Existence of the global object location.constructor whose string representation starts with "\[object " and ends with "LocationConstructor\]"
|
|
951
|
+
|
|
952
|
+
**`remarks`**
|
|
953
|
+
|
|
954
|
+
Available in Safari before 10.
|
|
955
|
+
|
|
956
|
+
___
|
|
957
|
+
|
|
924
958
|
### PLAIN\_INTL
|
|
925
959
|
|
|
926
960
|
• **PLAIN\_INTL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -1011,14 +1045,6 @@ Features available in Safari 7.1 and Safari 8.
|
|
|
1011
1045
|
|
|
1012
1046
|
___
|
|
1013
1047
|
|
|
1014
|
-
### SAFARI\_8
|
|
1015
|
-
|
|
1016
|
-
• **SAFARI\_8**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1017
|
-
|
|
1018
|
-
An alias for `SAFARI_7_1`.
|
|
1019
|
-
|
|
1020
|
-
___
|
|
1021
|
-
|
|
1022
1048
|
### SAFARI\_9
|
|
1023
1049
|
|
|
1024
1050
|
• **SAFARI\_9**: [`PredefinedFeature`](PredefinedFeature.md)
|