jscrewit 2.37.0 → 2.39.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 +45 -28
- package/api-doc/README.md +15 -109
- package/api-doc/functions/encode.md +35 -0
- package/api-doc/interfaces/CustomFeature.md +47 -43
- package/api-doc/interfaces/ElementaryFeature.md +46 -42
- package/api-doc/interfaces/EncodeOptions.md +14 -19
- package/api-doc/interfaces/Feature.md +43 -40
- package/api-doc/interfaces/FeatureAll.md +434 -415
- package/api-doc/interfaces/FeatureConstructor.md +621 -585
- package/api-doc/interfaces/PredefinedFeature.md +48 -42
- package/api-doc/interfaces/default.md +8 -11
- package/api-doc/interfaces/encode.md +15 -18
- package/api-doc/type-aliases/ElementaryFeatureName.md +9 -0
- package/api-doc/type-aliases/FeatureElement.md +14 -0
- package/api-doc/type-aliases/FeatureElementOrCompatibleArray.md +16 -0
- package/api-doc/type-aliases/PredefinedFeatureName.md +9 -0
- package/api-doc/type-aliases/RunAs.md +10 -0
- package/api-doc/variables/Feature.md +7 -0
- package/api-doc/variables/default.md +7 -0
- package/lib/feature-all.d.ts +123 -36
- package/lib/feature.d.ts +6 -6
- package/lib/jscrewit.js +913 -191
- package/lib/jscrewit.min.js +2 -2
- package/package.json +6 -4
- package/readme.md +14 -17
- package/ui/ui.js +1 -1
|
@@ -1,1142 +1,1161 @@
|
|
|
1
|
+
[**JScrewIt**](../README.md) • **Docs**
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
1
5
|
# Interface: FeatureAll
|
|
2
6
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
-
|
|
6
|
-
|
|
7
|
-
↳ [`FeatureConstructor`](FeatureConstructor.md)
|
|
8
|
-
|
|
9
|
-
## Table of contents
|
|
10
|
-
|
|
11
|
-
### Properties
|
|
12
|
-
|
|
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
|
-
- [ARROW](FeatureAll.md#arrow)
|
|
20
|
-
- [AT](FeatureAll.md#at)
|
|
21
|
-
- [ATOB](FeatureAll.md#atob)
|
|
22
|
-
- [AUTO](FeatureAll.md#auto)
|
|
23
|
-
- [BARPROP](FeatureAll.md#barprop)
|
|
24
|
-
- [BROWSER](FeatureAll.md#browser)
|
|
25
|
-
- [CAPITAL\_HTML](FeatureAll.md#capital_html)
|
|
26
|
-
- [CHROME](FeatureAll.md#chrome)
|
|
27
|
-
- [CHROME\_122](FeatureAll.md#chrome_122)
|
|
28
|
-
- [CHROME\_PREV](FeatureAll.md#chrome_prev)
|
|
29
|
-
- [COMPACT](FeatureAll.md#compact)
|
|
30
|
-
- [CONSOLE](FeatureAll.md#console)
|
|
31
|
-
- [DEFAULT](FeatureAll.md#default)
|
|
32
|
-
- [DOCUMENT](FeatureAll.md#document)
|
|
33
|
-
- [DOMWINDOW](FeatureAll.md#domwindow)
|
|
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)
|
|
39
|
-
- [FF](FeatureAll.md#ff)
|
|
40
|
-
- [FF\_90](FeatureAll.md#ff_90)
|
|
41
|
-
- [FF\_ESR](FeatureAll.md#ff_esr)
|
|
42
|
-
- [FF\_PREV](FeatureAll.md#ff_prev)
|
|
43
|
-
- [FF\_SRC](FeatureAll.md#ff_src)
|
|
44
|
-
- [FILL](FeatureAll.md#fill)
|
|
45
|
-
- [FLAT](FeatureAll.md#flat)
|
|
46
|
-
- [FROM\_CODE\_POINT](FeatureAll.md#from_code_point)
|
|
47
|
-
- [FUNCTION\_19\_LF](FeatureAll.md#function_19_lf)
|
|
48
|
-
- [FUNCTION\_22\_LF](FeatureAll.md#function_22_lf)
|
|
49
|
-
- [GENERIC\_ARRAY\_TO\_STRING](FeatureAll.md#generic_array_to_string)
|
|
50
|
-
- [GLOBAL\_UNDEFINED](FeatureAll.md#global_undefined)
|
|
51
|
-
- [GMT](FeatureAll.md#gmt)
|
|
52
|
-
- [HISTORY](FeatureAll.md#history)
|
|
53
|
-
- [HTMLAUDIOELEMENT](FeatureAll.md#htmlaudioelement)
|
|
54
|
-
- [HTMLDOCUMENT](FeatureAll.md#htmldocument)
|
|
55
|
-
- [IE\_10](FeatureAll.md#ie_10)
|
|
56
|
-
- [IE\_11](FeatureAll.md#ie_11)
|
|
57
|
-
- [IE\_11\_WIN\_10](FeatureAll.md#ie_11_win_10)
|
|
58
|
-
- [IE\_9](FeatureAll.md#ie_9)
|
|
59
|
-
- [IE\_SRC](FeatureAll.md#ie_src)
|
|
60
|
-
- [INCR\_CHAR](FeatureAll.md#incr_char)
|
|
61
|
-
- [INTL](FeatureAll.md#intl)
|
|
62
|
-
- [LOCALE\_INFINITY](FeatureAll.md#locale_infinity)
|
|
63
|
-
- [LOCALE\_NUMERALS](FeatureAll.md#locale_numerals)
|
|
64
|
-
- [LOCALE\_NUMERALS\_EXT](FeatureAll.md#locale_numerals_ext)
|
|
65
|
-
- [LOCATION](FeatureAll.md#location)
|
|
66
|
-
- [NAME](FeatureAll.md#name)
|
|
67
|
-
- [NODECONSTRUCTOR](FeatureAll.md#nodeconstructor)
|
|
68
|
-
- [NODE\_0\_10](FeatureAll.md#node_0_10)
|
|
69
|
-
- [NODE\_0\_12](FeatureAll.md#node_0_12)
|
|
70
|
-
- [NODE\_10](FeatureAll.md#node_10)
|
|
71
|
-
- [NODE\_11](FeatureAll.md#node_11)
|
|
72
|
-
- [NODE\_12](FeatureAll.md#node_12)
|
|
73
|
-
- [NODE\_13](FeatureAll.md#node_13)
|
|
74
|
-
- [NODE\_15](FeatureAll.md#node_15)
|
|
75
|
-
- [NODE\_16\_0](FeatureAll.md#node_16_0)
|
|
76
|
-
- [NODE\_16\_6](FeatureAll.md#node_16_6)
|
|
77
|
-
- [NODE\_22](FeatureAll.md#node_22)
|
|
78
|
-
- [NODE\_4](FeatureAll.md#node_4)
|
|
79
|
-
- [NODE\_5](FeatureAll.md#node_5)
|
|
80
|
-
- [NO\_FF\_SRC](FeatureAll.md#no_ff_src)
|
|
81
|
-
- [NO\_IE\_SRC](FeatureAll.md#no_ie_src)
|
|
82
|
-
- [NO\_OLD\_SAFARI\_ARRAY\_ITERATOR](FeatureAll.md#no_old_safari_array_iterator)
|
|
83
|
-
- [NO\_V8\_SRC](FeatureAll.md#no_v8_src)
|
|
84
|
-
- [OBJECT\_ARRAY\_ENTRIES\_CTOR](FeatureAll.md#object_array_entries_ctor)
|
|
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)
|
|
91
|
-
- [SAFARI](FeatureAll.md#safari)
|
|
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\_15\_4](FeatureAll.md#safari_15_4)
|
|
98
|
-
- [SAFARI\_17\_4](FeatureAll.md#safari_17_4)
|
|
99
|
-
- [SAFARI\_7\_0](FeatureAll.md#safari_7_0)
|
|
100
|
-
- [SAFARI\_7\_1](FeatureAll.md#safari_7_1)
|
|
101
|
-
- [SAFARI\_9](FeatureAll.md#safari_9)
|
|
102
|
-
- [SELF](FeatureAll.md#self)
|
|
103
|
-
- [SELF\_OBJ](FeatureAll.md#self_obj)
|
|
104
|
-
- [SHORT\_LOCALES](FeatureAll.md#short_locales)
|
|
105
|
-
- [STATUS](FeatureAll.md#status)
|
|
106
|
-
- [UNDEFINED](FeatureAll.md#undefined)
|
|
107
|
-
- [V8\_SRC](FeatureAll.md#v8_src)
|
|
108
|
-
- [WINDOW](FeatureAll.md#window)
|
|
7
|
+
## Extended by
|
|
8
|
+
|
|
9
|
+
- [`FeatureConstructor`](FeatureConstructor.md)
|
|
109
10
|
|
|
110
11
|
## Properties
|
|
111
12
|
|
|
112
13
|
### ANDRO\_4\_0
|
|
113
14
|
|
|
114
|
-
|
|
15
|
+
> **ANDRO\_4\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
115
16
|
|
|
116
17
|
Features available in Android Browser 4.0.
|
|
117
18
|
|
|
118
|
-
|
|
19
|
+
***
|
|
119
20
|
|
|
120
21
|
### ANDRO\_4\_1
|
|
121
22
|
|
|
122
|
-
|
|
23
|
+
> **ANDRO\_4\_1**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
123
24
|
|
|
124
25
|
Features available in Android Browser 4.1 to 4.3.
|
|
125
26
|
|
|
126
|
-
|
|
27
|
+
***
|
|
127
28
|
|
|
128
29
|
### ANDRO\_4\_4
|
|
129
30
|
|
|
130
|
-
|
|
31
|
+
> **ANDRO\_4\_4**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
131
32
|
|
|
132
33
|
Features available in Android Browser 4.4.
|
|
133
34
|
|
|
134
|
-
|
|
35
|
+
***
|
|
135
36
|
|
|
136
37
|
### ANY\_DOCUMENT
|
|
137
38
|
|
|
138
|
-
|
|
39
|
+
> **ANY\_DOCUMENT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
139
40
|
|
|
140
41
|
Existence of the global object document whose string representation starts with "\[object " and ends with "Document\]".
|
|
141
42
|
|
|
142
|
-
|
|
43
|
+
#### Remarks
|
|
143
44
|
|
|
144
45
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
145
46
|
|
|
146
|
-
|
|
47
|
+
***
|
|
147
48
|
|
|
148
49
|
### ANY\_WINDOW
|
|
149
50
|
|
|
150
|
-
|
|
51
|
+
> **ANY\_WINDOW**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
151
52
|
|
|
152
53
|
Existence of the global object self whose string representation starts with "\[object " and ends with "Window\]".
|
|
153
54
|
|
|
154
|
-
|
|
55
|
+
#### Remarks
|
|
155
56
|
|
|
156
57
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
157
58
|
|
|
158
|
-
|
|
59
|
+
***
|
|
159
60
|
|
|
160
61
|
### ARRAY\_ITERATOR
|
|
161
62
|
|
|
162
|
-
|
|
63
|
+
> **ARRAY\_ITERATOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
163
64
|
|
|
164
65
|
The property that the string representation of Array.prototype.entries\(\) starts with "\[object Array" and ends with "\]" at index 21 or 22.
|
|
165
66
|
|
|
166
|
-
|
|
67
|
+
#### Remarks
|
|
167
68
|
|
|
168
69
|
Available in Chrome, Edge, Firefox, Safari 7.1+, Opera, and Node.js 0.12+.
|
|
169
70
|
|
|
170
|
-
|
|
71
|
+
***
|
|
171
72
|
|
|
172
73
|
### ARROW
|
|
173
74
|
|
|
174
|
-
|
|
75
|
+
> **ARROW**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
175
76
|
|
|
176
77
|
Support for arrow functions.
|
|
177
78
|
|
|
178
|
-
|
|
79
|
+
#### Remarks
|
|
80
|
+
|
|
81
|
+
Available in Chrome, Edge, Firefox, Safari 10.0+, Opera, and Node.js 4+.
|
|
82
|
+
|
|
83
|
+
***
|
|
84
|
+
|
|
85
|
+
### ASYNC\_FUNCTION
|
|
86
|
+
|
|
87
|
+
> **ASYNC\_FUNCTION**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
88
|
+
|
|
89
|
+
Support for async functions, which return Promise object.
|
|
90
|
+
|
|
91
|
+
#### Remarks
|
|
179
92
|
|
|
180
|
-
Available in Chrome, Edge, Firefox, Safari 10+, Opera, and Node.js
|
|
93
|
+
Available in Chrome, Edge, Firefox, Safari 10.1+, Opera, and Node.js 7.6+.
|
|
181
94
|
|
|
182
|
-
|
|
95
|
+
***
|
|
183
96
|
|
|
184
97
|
### AT
|
|
185
98
|
|
|
186
|
-
|
|
99
|
+
> **AT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
187
100
|
|
|
188
101
|
Existence of the native function Array.prototype.at.
|
|
189
102
|
|
|
190
|
-
|
|
103
|
+
#### Remarks
|
|
191
104
|
|
|
192
105
|
Available in Chrome, Edge, Firefox, Safari 15.4+, Opera, and Node.js 16.6+.
|
|
193
106
|
|
|
194
|
-
|
|
107
|
+
***
|
|
195
108
|
|
|
196
109
|
### ATOB
|
|
197
110
|
|
|
198
|
-
|
|
111
|
+
> **ATOB**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
199
112
|
|
|
200
113
|
Existence of the global functions atob and btoa.
|
|
201
114
|
|
|
202
|
-
|
|
115
|
+
#### Remarks
|
|
203
116
|
|
|
204
|
-
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.
|
|
117
|
+
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.0.
|
|
205
118
|
|
|
206
|
-
|
|
119
|
+
***
|
|
207
120
|
|
|
208
121
|
### AUTO
|
|
209
122
|
|
|
210
|
-
|
|
123
|
+
> **AUTO**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
211
124
|
|
|
212
125
|
Features available in the current environment.
|
|
213
126
|
|
|
214
|
-
|
|
127
|
+
***
|
|
215
128
|
|
|
216
129
|
### BARPROP
|
|
217
130
|
|
|
218
|
-
|
|
131
|
+
> **BARPROP**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
219
132
|
|
|
220
133
|
Existence of the global object statusbar having the string representation "\[object BarProp\]".
|
|
221
134
|
|
|
222
|
-
|
|
135
|
+
#### Remarks
|
|
223
136
|
|
|
224
137
|
Available in Chrome, Edge, Firefox, Safari, Opera, and Android Browser 4.4. This feature is not available inside web workers.
|
|
225
138
|
|
|
226
|
-
|
|
139
|
+
***
|
|
227
140
|
|
|
228
141
|
### BROWSER
|
|
229
142
|
|
|
230
|
-
|
|
143
|
+
> **BROWSER**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
231
144
|
|
|
232
145
|
Features available in all browsers.
|
|
233
146
|
|
|
234
147
|
No support for Node.js.
|
|
235
148
|
|
|
236
|
-
|
|
149
|
+
***
|
|
150
|
+
|
|
151
|
+
### CALL\_ON\_GLOBAL
|
|
152
|
+
|
|
153
|
+
> **CALL\_ON\_GLOBAL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
154
|
+
|
|
155
|
+
The ability to call a function on the global object when invoking Function.prototype.call without binding.
|
|
156
|
+
|
|
157
|
+
#### Remarks
|
|
158
|
+
|
|
159
|
+
Available in Android Browser before 4.1.
|
|
160
|
+
|
|
161
|
+
***
|
|
237
162
|
|
|
238
163
|
### CAPITAL\_HTML
|
|
239
164
|
|
|
240
|
-
|
|
165
|
+
> **CAPITAL\_HTML**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
241
166
|
|
|
242
167
|
The property that the various string methods returning HTML code such as String.prototype.big or String.prototype.link have both the tag name and attributes written in capital letters.
|
|
243
168
|
|
|
244
|
-
|
|
169
|
+
#### Remarks
|
|
245
170
|
|
|
246
171
|
Available in Internet Explorer.
|
|
247
172
|
|
|
248
|
-
|
|
173
|
+
***
|
|
249
174
|
|
|
250
175
|
### CHROME
|
|
251
176
|
|
|
252
|
-
|
|
177
|
+
> **CHROME**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
253
178
|
|
|
254
179
|
Features available in the current stable versions of Chrome, Edge and Opera.
|
|
255
180
|
|
|
256
181
|
An alias for `CHROME_122`.
|
|
257
182
|
|
|
258
|
-
|
|
183
|
+
***
|
|
259
184
|
|
|
260
185
|
### CHROME\_122
|
|
261
186
|
|
|
262
|
-
|
|
187
|
+
> **CHROME\_122**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
263
188
|
|
|
264
189
|
Features available in Chrome 122, Edge 122 and Opera 108 or later.
|
|
265
190
|
|
|
266
|
-
|
|
191
|
+
#### Remarks
|
|
267
192
|
|
|
268
193
|
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_122` for long term support.
|
|
269
194
|
|
|
270
|
-
|
|
195
|
+
#### See
|
|
271
196
|
|
|
272
197
|
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
273
198
|
|
|
274
|
-
|
|
199
|
+
***
|
|
275
200
|
|
|
276
201
|
### CHROME\_PREV
|
|
277
202
|
|
|
278
|
-
|
|
203
|
+
> **CHROME\_PREV**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
279
204
|
|
|
280
205
|
Features available in the previous to current versions of Chrome and Edge.
|
|
281
206
|
|
|
282
207
|
An alias for `CHROME_122`.
|
|
283
208
|
|
|
284
|
-
|
|
209
|
+
***
|
|
285
210
|
|
|
286
211
|
### COMPACT
|
|
287
212
|
|
|
288
|
-
|
|
213
|
+
> **COMPACT**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
289
214
|
|
|
290
215
|
All new browsers' features.
|
|
291
216
|
|
|
292
217
|
No support for Node.js and older browsers like Internet Explorer, Safari 17.3 or Android Browser.
|
|
293
218
|
|
|
294
|
-
|
|
219
|
+
***
|
|
295
220
|
|
|
296
221
|
### CONSOLE
|
|
297
222
|
|
|
298
|
-
|
|
223
|
+
> **CONSOLE**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
299
224
|
|
|
300
225
|
Existence of the global object console having the string representation "\[object Console\]".
|
|
301
226
|
|
|
302
227
|
This feature may become unavailable when certain browser extensions are active.
|
|
303
228
|
|
|
304
|
-
|
|
229
|
+
#### Remarks
|
|
305
230
|
|
|
306
231
|
Available in Internet Explorer 10+, Safari before 14.1, and Android Browser. This feature is not available inside web workers in Safari before 7.1 and Android Browser 4.4.
|
|
307
232
|
|
|
308
|
-
|
|
233
|
+
***
|
|
234
|
+
|
|
235
|
+
### CREATE\_ELEMENT
|
|
236
|
+
|
|
237
|
+
> **CREATE\_ELEMENT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
238
|
+
|
|
239
|
+
Existence of the function document.createElement.
|
|
240
|
+
|
|
241
|
+
An alias for `ANY_DOCUMENT`.
|
|
242
|
+
|
|
243
|
+
***
|
|
309
244
|
|
|
310
245
|
### DEFAULT
|
|
311
246
|
|
|
312
|
-
|
|
247
|
+
> **DEFAULT**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
313
248
|
|
|
314
249
|
Minimum feature level, compatible with all supported engines in all environments.
|
|
315
250
|
|
|
316
|
-
|
|
251
|
+
***
|
|
317
252
|
|
|
318
253
|
### DOCUMENT
|
|
319
254
|
|
|
320
|
-
|
|
255
|
+
> **DOCUMENT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
321
256
|
|
|
322
257
|
Existence of the global object document having the string representation "\[object Document\]".
|
|
323
258
|
|
|
324
|
-
|
|
259
|
+
#### Remarks
|
|
325
260
|
|
|
326
261
|
Available in Internet Explorer before 11. This feature is not available inside web workers.
|
|
327
262
|
|
|
328
|
-
|
|
263
|
+
***
|
|
329
264
|
|
|
330
265
|
### DOMWINDOW
|
|
331
266
|
|
|
332
|
-
|
|
267
|
+
> **DOMWINDOW**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
333
268
|
|
|
334
269
|
Existence of the global object self having the string representation "\[object DOMWindow\]".
|
|
335
270
|
|
|
336
|
-
|
|
271
|
+
#### Remarks
|
|
337
272
|
|
|
338
273
|
Available in Android Browser before 4.4. This feature is not available inside web workers.
|
|
339
274
|
|
|
340
|
-
|
|
275
|
+
***
|
|
341
276
|
|
|
342
277
|
### ESC\_HTML\_ALL
|
|
343
278
|
|
|
344
|
-
|
|
279
|
+
> **ESC\_HTML\_ALL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
345
280
|
|
|
346
281
|
The property that double quotation mark, less than and greater than characters in the argument of String.prototype.fontcolor are escaped into their respective HTML entities.
|
|
347
282
|
|
|
348
|
-
|
|
283
|
+
#### Remarks
|
|
349
284
|
|
|
350
285
|
Available in Android Browser and Node.js before 0.12.
|
|
351
286
|
|
|
352
|
-
|
|
287
|
+
***
|
|
353
288
|
|
|
354
289
|
### ESC\_HTML\_QUOT
|
|
355
290
|
|
|
356
|
-
|
|
291
|
+
> **ESC\_HTML\_QUOT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
357
292
|
|
|
358
293
|
The property that double quotation marks in the argument of String.prototype.fontcolor are escaped as "\"".
|
|
359
294
|
|
|
360
|
-
|
|
295
|
+
#### Remarks
|
|
361
296
|
|
|
362
297
|
Available in Chrome, Edge, Firefox, Safari, Opera, Android Browser, and Node.js.
|
|
363
298
|
|
|
364
|
-
|
|
299
|
+
***
|
|
365
300
|
|
|
366
301
|
### ESC\_HTML\_QUOT\_ONLY
|
|
367
302
|
|
|
368
|
-
|
|
303
|
+
> **ESC\_HTML\_QUOT\_ONLY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
369
304
|
|
|
370
305
|
The property that only double quotation marks and no other characters in the argument of String.prototype.fontcolor are escaped into HTML entities.
|
|
371
306
|
|
|
372
|
-
|
|
307
|
+
#### Remarks
|
|
373
308
|
|
|
374
309
|
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js 0.12+.
|
|
375
310
|
|
|
376
|
-
|
|
311
|
+
***
|
|
377
312
|
|
|
378
313
|
### ESC\_REGEXP\_LF
|
|
379
314
|
|
|
380
|
-
|
|
315
|
+
> **ESC\_REGEXP\_LF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
381
316
|
|
|
382
317
|
Having regular expressions created with the RegExp constructor use escape sequences starting with a backslash to format line feed characters \("\\n"\) in their string representation.
|
|
383
318
|
|
|
384
|
-
|
|
319
|
+
#### Remarks
|
|
385
320
|
|
|
386
321
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Node.js 12+.
|
|
387
322
|
|
|
388
|
-
|
|
323
|
+
***
|
|
389
324
|
|
|
390
325
|
### ESC\_REGEXP\_SLASH
|
|
391
326
|
|
|
392
|
-
|
|
327
|
+
> **ESC\_REGEXP\_SLASH**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
393
328
|
|
|
394
329
|
Having regular expressions created with the RegExp constructor use escape sequences starting with a backslash to format slashes \("/"\) in their string representation.
|
|
395
330
|
|
|
396
|
-
|
|
331
|
+
#### Remarks
|
|
397
332
|
|
|
398
333
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Node.js 4+.
|
|
399
334
|
|
|
400
|
-
|
|
335
|
+
***
|
|
401
336
|
|
|
402
337
|
### FF
|
|
403
338
|
|
|
404
|
-
|
|
339
|
+
> **FF**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
405
340
|
|
|
406
341
|
Features available in the current stable version of Firefox.
|
|
407
342
|
|
|
408
|
-
An alias for `
|
|
343
|
+
An alias for `FF_131`.
|
|
344
|
+
|
|
345
|
+
***
|
|
346
|
+
|
|
347
|
+
### FF\_131
|
|
348
|
+
|
|
349
|
+
> **FF\_131**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
350
|
+
|
|
351
|
+
Features available in Firefox 131 or later.
|
|
409
352
|
|
|
410
|
-
|
|
353
|
+
#### Remarks
|
|
354
|
+
|
|
355
|
+
This feature may be replaced or removed in the near future when current browser versions become obsolete. Use `FF` instead of `FF_131` for long term support.
|
|
356
|
+
|
|
357
|
+
#### See
|
|
358
|
+
|
|
359
|
+
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
360
|
+
|
|
361
|
+
***
|
|
411
362
|
|
|
412
363
|
### FF\_90
|
|
413
364
|
|
|
414
|
-
|
|
365
|
+
> **FF\_90**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
415
366
|
|
|
416
|
-
Features available in Firefox 90
|
|
367
|
+
Features available in Firefox 90 to 130.
|
|
417
368
|
|
|
418
|
-
|
|
369
|
+
#### Remarks
|
|
419
370
|
|
|
420
|
-
This feature may be replaced or removed in the near future when current browser versions become obsolete. Use `
|
|
371
|
+
This feature may be replaced or removed in the near future when current browser versions become obsolete. Use `FF_ESR` or `FF_PREV` instead of `FF_90` for long term support.
|
|
421
372
|
|
|
422
|
-
|
|
373
|
+
#### See
|
|
423
374
|
|
|
424
375
|
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
425
376
|
|
|
426
|
-
|
|
377
|
+
***
|
|
427
378
|
|
|
428
379
|
### FF\_ESR
|
|
429
380
|
|
|
430
|
-
|
|
381
|
+
> **FF\_ESR**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
431
382
|
|
|
432
383
|
Features available in the current version of Firefox ESR.
|
|
433
384
|
|
|
434
385
|
An alias for `FF_90`.
|
|
435
386
|
|
|
436
|
-
|
|
387
|
+
***
|
|
437
388
|
|
|
438
389
|
### FF\_PREV
|
|
439
390
|
|
|
440
|
-
|
|
391
|
+
> **FF\_PREV**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
441
392
|
|
|
442
393
|
Features available in the previous to current version of Firefox.
|
|
443
394
|
|
|
444
395
|
An alias for `FF_90`.
|
|
445
396
|
|
|
446
|
-
|
|
397
|
+
***
|
|
447
398
|
|
|
448
399
|
### FF\_SRC
|
|
449
400
|
|
|
450
|
-
|
|
401
|
+
> **FF\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
451
402
|
|
|
452
403
|
A string representation of native functions typical for Firefox and Safari.
|
|
453
404
|
|
|
454
405
|
Remarkable traits are the lack of line feed characters at the beginning and at the end of the string and the presence of a line feed followed by four whitespaces \("\\n "\) before the "\[native code\]" sequence.
|
|
455
406
|
|
|
456
|
-
|
|
407
|
+
#### Remarks
|
|
457
408
|
|
|
458
409
|
Available in Firefox and Safari.
|
|
459
410
|
|
|
460
|
-
|
|
411
|
+
***
|
|
461
412
|
|
|
462
413
|
### FILL
|
|
463
414
|
|
|
464
|
-
|
|
415
|
+
> **FILL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
465
416
|
|
|
466
417
|
Existence of the native function Array.prototype.fill.
|
|
467
418
|
|
|
468
|
-
|
|
419
|
+
#### Remarks
|
|
469
420
|
|
|
470
421
|
Available in Chrome, Edge, Firefox, Safari 7.1+, Opera, and Node.js 4+.
|
|
471
422
|
|
|
472
|
-
|
|
423
|
+
***
|
|
473
424
|
|
|
474
425
|
### FLAT
|
|
475
426
|
|
|
476
|
-
|
|
427
|
+
> **FLAT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
477
428
|
|
|
478
429
|
Existence of the native function Array.prototype.flat.
|
|
479
430
|
|
|
480
|
-
|
|
431
|
+
#### Remarks
|
|
481
432
|
|
|
482
433
|
Available in Chrome, Edge, Firefox, Safari 12+, Opera, and Node.js 11+.
|
|
483
434
|
|
|
484
|
-
|
|
435
|
+
***
|
|
436
|
+
|
|
437
|
+
### FORMS
|
|
438
|
+
|
|
439
|
+
> **FORMS**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
440
|
+
|
|
441
|
+
Existence of the object document.forms with string representation "\[object HTMLCollection\]".
|
|
442
|
+
|
|
443
|
+
An alias for `ANY_DOCUMENT`.
|
|
444
|
+
|
|
445
|
+
***
|
|
485
446
|
|
|
486
447
|
### FROM\_CODE\_POINT
|
|
487
448
|
|
|
488
|
-
|
|
449
|
+
> **FROM\_CODE\_POINT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
489
450
|
|
|
490
451
|
Existence of the function String.fromCodePoint.
|
|
491
452
|
|
|
492
|
-
|
|
453
|
+
#### Remarks
|
|
493
454
|
|
|
494
455
|
Available in Chrome, Edge, Firefox, Safari 9+, Opera, and Node.js 4+.
|
|
495
456
|
|
|
496
|
-
|
|
457
|
+
***
|
|
497
458
|
|
|
498
459
|
### FUNCTION\_19\_LF
|
|
499
460
|
|
|
500
|
-
|
|
461
|
+
> **FUNCTION\_19\_LF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
501
462
|
|
|
502
463
|
A string representation of dynamically generated functions where the character at index 19 is a line feed \("\\n"\).
|
|
503
464
|
|
|
504
|
-
|
|
465
|
+
#### Remarks
|
|
505
466
|
|
|
506
467
|
Available in Chrome, Edge, Firefox, Safari 17.4+, Opera, and Node.js 10+.
|
|
507
468
|
|
|
508
|
-
|
|
469
|
+
***
|
|
509
470
|
|
|
510
471
|
### FUNCTION\_22\_LF
|
|
511
472
|
|
|
512
|
-
|
|
473
|
+
> **FUNCTION\_22\_LF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
513
474
|
|
|
514
475
|
A string representation of dynamically generated functions where the character at index 22 is a line feed \("\\n"\).
|
|
515
476
|
|
|
516
|
-
|
|
477
|
+
#### Remarks
|
|
517
478
|
|
|
518
479
|
Available in Internet Explorer, Safari 9+ before 17.4, Android Browser, and Node.js before 10.
|
|
519
480
|
|
|
520
|
-
|
|
481
|
+
***
|
|
521
482
|
|
|
522
483
|
### GENERIC\_ARRAY\_TO\_STRING
|
|
523
484
|
|
|
524
|
-
|
|
485
|
+
> **GENERIC\_ARRAY\_TO\_STRING**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
525
486
|
|
|
526
487
|
Ability to call Array.prototype.toString with a non-array binding.
|
|
527
488
|
|
|
528
|
-
|
|
489
|
+
#### Remarks
|
|
529
490
|
|
|
530
491
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, Android Browser 4.1+, and Node.js.
|
|
531
492
|
|
|
532
|
-
|
|
493
|
+
***
|
|
533
494
|
|
|
534
495
|
### GLOBAL\_UNDEFINED
|
|
535
496
|
|
|
536
|
-
|
|
497
|
+
> **GLOBAL\_UNDEFINED**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
537
498
|
|
|
538
499
|
Having the global function toString return the string "\[object Undefined\]" when invoked without a binding.
|
|
539
500
|
|
|
540
|
-
|
|
501
|
+
#### Remarks
|
|
541
502
|
|
|
542
503
|
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
543
504
|
|
|
544
|
-
|
|
505
|
+
***
|
|
545
506
|
|
|
546
507
|
### GMT
|
|
547
508
|
|
|
548
|
-
|
|
509
|
+
> **GMT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
549
510
|
|
|
550
511
|
Presence of the text "GMT" after the first 25 characters in the string returned by Date\(\).
|
|
551
512
|
|
|
552
513
|
The string representation of dates is implementation dependent, but most engines use a similar format, making this feature available in all supported engines except Internet Explorer 9 and 10.
|
|
553
514
|
|
|
554
|
-
|
|
515
|
+
#### Remarks
|
|
555
516
|
|
|
556
517
|
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari, Opera, Android Browser, and Node.js.
|
|
557
518
|
|
|
558
|
-
|
|
519
|
+
***
|
|
559
520
|
|
|
560
521
|
### HISTORY
|
|
561
522
|
|
|
562
|
-
|
|
523
|
+
> **HISTORY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
563
524
|
|
|
564
525
|
Existence of the global object history having the string representation "\[object History\]".
|
|
565
526
|
|
|
566
|
-
|
|
527
|
+
#### Remarks
|
|
567
528
|
|
|
568
529
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
569
530
|
|
|
570
|
-
|
|
531
|
+
***
|
|
571
532
|
|
|
572
533
|
### HTMLAUDIOELEMENT
|
|
573
534
|
|
|
574
|
-
|
|
535
|
+
> **HTMLAUDIOELEMENT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
575
536
|
|
|
576
537
|
Existence of the global object Audio whose string representation starts with "function HTMLAudioElement".
|
|
577
538
|
|
|
578
|
-
|
|
539
|
+
#### Remarks
|
|
579
540
|
|
|
580
541
|
Available in Android Browser 4.4. This feature is not available inside web workers.
|
|
581
542
|
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
### HTMLDOCUMENT
|
|
585
|
-
|
|
586
|
-
• **HTMLDOCUMENT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
587
|
-
|
|
588
|
-
Existence of the global object document having the string representation "\[object HTMLDocument\]".
|
|
589
|
-
|
|
590
|
-
**`Remarks`**
|
|
591
|
-
|
|
592
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
593
|
-
|
|
594
|
-
___
|
|
543
|
+
***
|
|
595
544
|
|
|
596
545
|
### IE\_10
|
|
597
546
|
|
|
598
|
-
|
|
547
|
+
> **IE\_10**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
599
548
|
|
|
600
549
|
Features available in Internet Explorer 10.
|
|
601
550
|
|
|
602
|
-
|
|
551
|
+
***
|
|
603
552
|
|
|
604
553
|
### IE\_11
|
|
605
554
|
|
|
606
|
-
|
|
555
|
+
> **IE\_11**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
607
556
|
|
|
608
557
|
Features available in Internet Explorer 11.
|
|
609
558
|
|
|
610
|
-
|
|
559
|
+
***
|
|
611
560
|
|
|
612
561
|
### IE\_11\_WIN\_10
|
|
613
562
|
|
|
614
|
-
|
|
563
|
+
> **IE\_11\_WIN\_10**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
615
564
|
|
|
616
565
|
Features available in Internet Explorer 11 on Windows 10.
|
|
617
566
|
|
|
618
|
-
|
|
567
|
+
***
|
|
619
568
|
|
|
620
569
|
### IE\_9
|
|
621
570
|
|
|
622
|
-
|
|
571
|
+
> **IE\_9**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
623
572
|
|
|
624
573
|
Features available in Internet Explorer 9.
|
|
625
574
|
|
|
626
|
-
|
|
575
|
+
***
|
|
627
576
|
|
|
628
577
|
### IE\_SRC
|
|
629
578
|
|
|
630
|
-
|
|
579
|
+
> **IE\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
631
580
|
|
|
632
581
|
A string representation of native functions typical for Internet Explorer.
|
|
633
582
|
|
|
634
583
|
Remarkable traits are the presence of a line feed character \("\\n"\) at the beginning and at the end of the string and a line feed followed by four whitespaces \("\\n "\) before the "\[native code\]" sequence.
|
|
635
584
|
|
|
636
|
-
|
|
585
|
+
#### Remarks
|
|
637
586
|
|
|
638
587
|
Available in Internet Explorer.
|
|
639
588
|
|
|
640
|
-
|
|
589
|
+
***
|
|
641
590
|
|
|
642
591
|
### INCR\_CHAR
|
|
643
592
|
|
|
644
|
-
|
|
593
|
+
> **INCR\_CHAR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
645
594
|
|
|
646
595
|
The ability to use unary increment operators with string characters, like in \( ++"some string"\[0\] \): this will result in a TypeError in strict mode in ECMAScript compliant engines.
|
|
647
596
|
|
|
648
|
-
|
|
597
|
+
#### Remarks
|
|
649
598
|
|
|
650
599
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, Android Browser, and Node.js. This feature is not available when strict mode is enforced in Chrome, Edge, Firefox, Internet Explorer 10+, Safari, Opera, and Node.js 5+.
|
|
651
600
|
|
|
652
|
-
|
|
601
|
+
***
|
|
653
602
|
|
|
654
603
|
### INTL
|
|
655
604
|
|
|
656
|
-
|
|
605
|
+
> **INTL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
657
606
|
|
|
658
607
|
Existence of the global object Intl.
|
|
659
608
|
|
|
660
|
-
|
|
609
|
+
#### Remarks
|
|
610
|
+
|
|
611
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 0.12+.
|
|
612
|
+
|
|
613
|
+
***
|
|
614
|
+
|
|
615
|
+
### ITERATOR\_HELPER
|
|
616
|
+
|
|
617
|
+
> **ITERATOR\_HELPER**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
618
|
+
|
|
619
|
+
Availability of iterator helpers.
|
|
620
|
+
|
|
621
|
+
#### Remarks
|
|
622
|
+
|
|
623
|
+
Available in Chrome, Edge, Firefox 131+, Opera, and Node.js 22+.
|
|
624
|
+
|
|
625
|
+
***
|
|
661
626
|
|
|
662
|
-
|
|
627
|
+
### JAPANESE\_INFINITY
|
|
663
628
|
|
|
664
|
-
|
|
629
|
+
> **JAPANESE\_INFINITY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
630
|
+
|
|
631
|
+
Japanese string representation of Infinity ending with "∞".
|
|
632
|
+
|
|
633
|
+
#### Remarks
|
|
634
|
+
|
|
635
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 0.12+.
|
|
636
|
+
|
|
637
|
+
***
|
|
665
638
|
|
|
666
639
|
### LOCALE\_INFINITY
|
|
667
640
|
|
|
668
|
-
|
|
641
|
+
> **LOCALE\_INFINITY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
669
642
|
|
|
670
643
|
Language sensitive string representation of Infinity as "∞".
|
|
671
644
|
|
|
672
|
-
|
|
645
|
+
#### Remarks
|
|
673
646
|
|
|
674
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari 10+, Opera, Android Browser 4.4, and Node.js 0.12+.
|
|
647
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 0.12+.
|
|
675
648
|
|
|
676
|
-
|
|
649
|
+
***
|
|
677
650
|
|
|
678
651
|
### LOCALE\_NUMERALS
|
|
679
652
|
|
|
680
|
-
|
|
653
|
+
> **LOCALE\_NUMERALS**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
681
654
|
|
|
682
655
|
Features shared by all engines capable of localized number formatting, including output of Arabic digits, the Arabic decimal separator "٫", the letters in the first word of the Arabic string representation of NaN \("ليس"\), Persian digits and the Persian digit group separator "٬".
|
|
683
656
|
|
|
684
|
-
|
|
657
|
+
#### Remarks
|
|
685
658
|
|
|
686
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10+, Opera, Android Browser 4.4, and Node.js 13+.
|
|
659
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 13+.
|
|
687
660
|
|
|
688
|
-
|
|
661
|
+
***
|
|
689
662
|
|
|
690
663
|
### LOCALE\_NUMERALS\_EXT
|
|
691
664
|
|
|
692
|
-
|
|
665
|
+
> **LOCALE\_NUMERALS\_EXT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
693
666
|
|
|
694
667
|
Extended localized number formatting.
|
|
695
668
|
|
|
696
669
|
This includes all features of LOCALE_NUMERALS plus the output of the first three letters in the second word of the Arabic string representation of NaN \("رقم"\), Bengali digits, the letters in the Russian string representation of NaN \("не число"\) and the letters in the Persian string representation of NaN \("ناعدد"\).
|
|
697
670
|
|
|
698
|
-
|
|
671
|
+
#### Remarks
|
|
699
672
|
|
|
700
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari 10+, Opera, Android Browser 4.4, and Node.js 13+.
|
|
673
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 13+.
|
|
701
674
|
|
|
702
|
-
|
|
675
|
+
***
|
|
703
676
|
|
|
704
677
|
### LOCATION
|
|
705
678
|
|
|
706
|
-
|
|
679
|
+
> **LOCATION**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
707
680
|
|
|
708
681
|
Existence of the global object location with the property that Object.prototype.toString.call\(location\) evaluates to a string that starts with "\[object " and ends with "Location\]".
|
|
709
682
|
|
|
710
|
-
|
|
683
|
+
#### Remarks
|
|
711
684
|
|
|
712
685
|
Available in Chrome, Edge, Firefox, Safari, Opera, and Android Browser.
|
|
713
686
|
|
|
714
|
-
|
|
687
|
+
***
|
|
688
|
+
|
|
689
|
+
### MOZILLA
|
|
690
|
+
|
|
691
|
+
> **MOZILLA**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
692
|
+
|
|
693
|
+
Existence of user agent string navigator.userAgent that starts with "Mozilla".
|
|
694
|
+
|
|
695
|
+
#### Remarks
|
|
696
|
+
|
|
697
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser.
|
|
698
|
+
|
|
699
|
+
***
|
|
715
700
|
|
|
716
701
|
### NAME
|
|
717
702
|
|
|
718
|
-
|
|
703
|
+
> **NAME**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
719
704
|
|
|
720
705
|
Existence of the name property for functions.
|
|
721
706
|
|
|
722
|
-
|
|
707
|
+
#### Remarks
|
|
723
708
|
|
|
724
709
|
Available in Chrome, Edge, Firefox, Safari, Opera, Android Browser, and Node.js.
|
|
725
710
|
|
|
726
|
-
|
|
711
|
+
***
|
|
727
712
|
|
|
728
|
-
###
|
|
713
|
+
### NO\_FF\_SRC
|
|
729
714
|
|
|
730
|
-
|
|
715
|
+
> **NO\_FF\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
731
716
|
|
|
732
|
-
|
|
717
|
+
A string representation of native functions typical for V8 or for Internet Explorer but not for Firefox and Safari.
|
|
718
|
+
|
|
719
|
+
#### Remarks
|
|
720
|
+
|
|
721
|
+
Available in Chrome, Edge, Internet Explorer, Opera, Android Browser, and Node.js.
|
|
722
|
+
|
|
723
|
+
***
|
|
733
724
|
|
|
734
|
-
|
|
725
|
+
### NO\_IE\_SRC
|
|
735
726
|
|
|
736
|
-
|
|
727
|
+
> **NO\_IE\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
728
|
+
|
|
729
|
+
A string representation of native functions typical for most engines with the notable exception of Internet Explorer.
|
|
737
730
|
|
|
738
|
-
|
|
731
|
+
A remarkable trait of this feature is the lack of line feed characters at the beginning and at the end of the string.
|
|
732
|
+
|
|
733
|
+
#### Remarks
|
|
734
|
+
|
|
735
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, Android Browser, and Node.js.
|
|
736
|
+
|
|
737
|
+
***
|
|
738
|
+
|
|
739
|
+
### NO\_OLD\_SAFARI\_ARRAY\_ITERATOR
|
|
740
|
+
|
|
741
|
+
> **NO\_OLD\_SAFARI\_ARRAY\_ITERATOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
742
|
+
|
|
743
|
+
The property that the string representation of Array.prototype.entries\(\) evaluates to "\[object Array Iterator\]".
|
|
744
|
+
|
|
745
|
+
#### Remarks
|
|
746
|
+
|
|
747
|
+
Available in Chrome, Edge, Firefox, Safari 9+, Opera, and Node.js 0.12+.
|
|
748
|
+
|
|
749
|
+
***
|
|
750
|
+
|
|
751
|
+
### NO\_V8\_SRC
|
|
752
|
+
|
|
753
|
+
> **NO\_V8\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
754
|
+
|
|
755
|
+
A string representation of native functions typical for Firefox, Internet Explorer and Safari.
|
|
756
|
+
|
|
757
|
+
A most remarkable trait of this feature is the presence of a line feed followed by four whitespaces \("\\n "\) before the "\[native code\]" sequence.
|
|
758
|
+
|
|
759
|
+
#### Remarks
|
|
760
|
+
|
|
761
|
+
Available in Firefox, Internet Explorer, and Safari.
|
|
762
|
+
|
|
763
|
+
***
|
|
739
764
|
|
|
740
765
|
### NODE\_0\_10
|
|
741
766
|
|
|
742
|
-
|
|
767
|
+
> **NODE\_0\_10**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
743
768
|
|
|
744
769
|
Features available in Node.js 0.10.
|
|
745
770
|
|
|
746
|
-
|
|
771
|
+
***
|
|
747
772
|
|
|
748
773
|
### NODE\_0\_12
|
|
749
774
|
|
|
750
|
-
|
|
775
|
+
> **NODE\_0\_12**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
751
776
|
|
|
752
777
|
Features available in Node.js 0.12.
|
|
753
778
|
|
|
754
|
-
|
|
779
|
+
***
|
|
755
780
|
|
|
756
781
|
### NODE\_10
|
|
757
782
|
|
|
758
|
-
|
|
783
|
+
> **NODE\_10**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
759
784
|
|
|
760
785
|
Features available in Node.js 10.
|
|
761
786
|
|
|
762
|
-
|
|
787
|
+
***
|
|
763
788
|
|
|
764
789
|
### NODE\_11
|
|
765
790
|
|
|
766
|
-
|
|
791
|
+
> **NODE\_11**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
767
792
|
|
|
768
793
|
Features available in Node.js 11.
|
|
769
794
|
|
|
770
|
-
|
|
795
|
+
***
|
|
771
796
|
|
|
772
797
|
### NODE\_12
|
|
773
798
|
|
|
774
|
-
|
|
799
|
+
> **NODE\_12**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
775
800
|
|
|
776
801
|
Features available in Node.js 12.
|
|
777
802
|
|
|
778
|
-
|
|
803
|
+
***
|
|
779
804
|
|
|
780
805
|
### NODE\_13
|
|
781
806
|
|
|
782
|
-
|
|
807
|
+
> **NODE\_13**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
783
808
|
|
|
784
809
|
Features available in Node.js 13 and Node.js 14.
|
|
785
810
|
|
|
786
|
-
|
|
811
|
+
***
|
|
787
812
|
|
|
788
813
|
### NODE\_15
|
|
789
814
|
|
|
790
|
-
|
|
815
|
+
> **NODE\_15**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
791
816
|
|
|
792
817
|
Features available in Node.js 15.
|
|
793
818
|
|
|
794
|
-
|
|
819
|
+
***
|
|
795
820
|
|
|
796
821
|
### NODE\_16\_0
|
|
797
822
|
|
|
798
|
-
|
|
823
|
+
> **NODE\_16\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
799
824
|
|
|
800
825
|
Features available in Node.js 16.0 to 16.5.
|
|
801
826
|
|
|
802
|
-
|
|
827
|
+
***
|
|
803
828
|
|
|
804
829
|
### NODE\_16\_6
|
|
805
830
|
|
|
806
|
-
|
|
831
|
+
> **NODE\_16\_6**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
807
832
|
|
|
808
833
|
Features available in Node.js 16.6 to 21.
|
|
809
834
|
|
|
810
|
-
|
|
835
|
+
***
|
|
811
836
|
|
|
812
837
|
### NODE\_22
|
|
813
838
|
|
|
814
|
-
|
|
839
|
+
> **NODE\_22**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
815
840
|
|
|
816
841
|
Features available in Node.js 22 or later.
|
|
817
842
|
|
|
818
|
-
|
|
843
|
+
***
|
|
819
844
|
|
|
820
845
|
### NODE\_4
|
|
821
846
|
|
|
822
|
-
|
|
847
|
+
> **NODE\_4**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
823
848
|
|
|
824
849
|
Features available in Node.js 4.
|
|
825
850
|
|
|
826
|
-
|
|
851
|
+
***
|
|
827
852
|
|
|
828
853
|
### NODE\_5
|
|
829
854
|
|
|
830
|
-
|
|
855
|
+
> **NODE\_5**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
831
856
|
|
|
832
|
-
Features available in Node.js 5 to
|
|
857
|
+
Features available in Node.js 5 to 7.5.
|
|
833
858
|
|
|
834
|
-
|
|
859
|
+
***
|
|
835
860
|
|
|
836
|
-
###
|
|
861
|
+
### NODE\_7\_6
|
|
837
862
|
|
|
838
|
-
|
|
863
|
+
> **NODE\_7\_6**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
839
864
|
|
|
840
|
-
|
|
865
|
+
Features available in Node.js 7.6 to 9.
|
|
841
866
|
|
|
842
|
-
|
|
867
|
+
***
|
|
843
868
|
|
|
844
|
-
|
|
869
|
+
### NODE\_NAME
|
|
845
870
|
|
|
846
|
-
|
|
871
|
+
> **NODE\_NAME**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
847
872
|
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
• **NO\_IE\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
851
|
-
|
|
852
|
-
A string representation of native functions typical for most engines with the notable exception of Internet Explorer.
|
|
853
|
-
|
|
854
|
-
A remarkable trait of this feature is the lack of line feed characters at the beginning and at the end of the string.
|
|
855
|
-
|
|
856
|
-
**`Remarks`**
|
|
857
|
-
|
|
858
|
-
Available in Chrome, Edge, Firefox, Safari, Opera, Android Browser, and Node.js.
|
|
859
|
-
|
|
860
|
-
___
|
|
861
|
-
|
|
862
|
-
### NO\_OLD\_SAFARI\_ARRAY\_ITERATOR
|
|
863
|
-
|
|
864
|
-
• **NO\_OLD\_SAFARI\_ARRAY\_ITERATOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
865
|
-
|
|
866
|
-
The property that the string representation of Array.prototype.entries\(\) evaluates to "\[object Array Iterator\]".
|
|
867
|
-
|
|
868
|
-
**`Remarks`**
|
|
873
|
+
Existence of the string document.nodeName that starts with a number sign \("#"\).
|
|
869
874
|
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
___
|
|
875
|
+
An alias for `ANY_DOCUMENT`.
|
|
873
876
|
|
|
874
|
-
|
|
877
|
+
***
|
|
875
878
|
|
|
876
|
-
|
|
879
|
+
### NODECONSTRUCTOR
|
|
877
880
|
|
|
878
|
-
|
|
881
|
+
> **NODECONSTRUCTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
879
882
|
|
|
880
|
-
|
|
883
|
+
Existence of the global object Node having the string representation "\[object NodeConstructor\]".
|
|
881
884
|
|
|
882
|
-
|
|
885
|
+
#### Remarks
|
|
883
886
|
|
|
884
|
-
Available in
|
|
887
|
+
Available in Safari before 10.0. This feature is not available inside web workers.
|
|
885
888
|
|
|
886
|
-
|
|
889
|
+
***
|
|
887
890
|
|
|
888
891
|
### OBJECT\_ARRAY\_ENTRIES\_CTOR
|
|
889
892
|
|
|
890
|
-
|
|
893
|
+
> **OBJECT\_ARRAY\_ENTRIES\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
891
894
|
|
|
892
895
|
The property that the Array.prototype.entries\(\).constructor is the Object constructor.
|
|
893
896
|
|
|
894
|
-
|
|
897
|
+
#### Remarks
|
|
895
898
|
|
|
896
|
-
Available in Firefox, Safari 9+, and Node.js 0.12+ before 22.
|
|
899
|
+
Available in Firefox before 131, Safari 9+, and Node.js 0.12+ before 22.
|
|
897
900
|
|
|
898
|
-
|
|
901
|
+
***
|
|
899
902
|
|
|
900
903
|
### OBJECT\_L\_LOCATION\_CTOR
|
|
901
904
|
|
|
902
|
-
|
|
905
|
+
> **OBJECT\_L\_LOCATION\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
903
906
|
|
|
904
907
|
Existence of the global function location.constructor whose string representation starts with "\[object L".
|
|
905
908
|
|
|
906
|
-
|
|
909
|
+
#### Remarks
|
|
907
910
|
|
|
908
|
-
Available in Internet Explorer and Safari before 10. This feature is not available inside web workers.
|
|
911
|
+
Available in Internet Explorer and Safari before 10.0. This feature is not available inside web workers.
|
|
909
912
|
|
|
910
|
-
|
|
913
|
+
***
|
|
911
914
|
|
|
912
915
|
### OBJECT\_UNDEFINED
|
|
913
916
|
|
|
914
|
-
|
|
917
|
+
> **OBJECT\_UNDEFINED**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
915
918
|
|
|
916
919
|
Having the function Object.prototype.toString return the string "\[object Undefined\]" when invoked without a binding.
|
|
917
920
|
|
|
918
|
-
|
|
921
|
+
#### Remarks
|
|
919
922
|
|
|
920
923
|
Available in Chrome, Edge, Firefox, Internet Explorer 10+, Safari, Opera, Android Browser 4.1+, and Node.js.
|
|
921
924
|
|
|
922
|
-
|
|
925
|
+
***
|
|
923
926
|
|
|
924
|
-
### OBJECT\_W\
|
|
927
|
+
### OBJECT\_W\_SELF
|
|
925
928
|
|
|
926
|
-
|
|
929
|
+
> **OBJECT\_W\_SELF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
927
930
|
|
|
928
|
-
The property that the string representation of the global object
|
|
931
|
+
The property that the string representation of the global object self starts with "\[object W".
|
|
929
932
|
|
|
930
|
-
|
|
933
|
+
#### Remarks
|
|
931
934
|
|
|
932
|
-
Available in Internet Explorer and
|
|
935
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser 4.4. This feature is not available inside web workers in Chrome, Edge, Firefox, Safari, Opera, and Android Browser 4.4.
|
|
933
936
|
|
|
934
|
-
|
|
937
|
+
***
|
|
935
938
|
|
|
936
939
|
### OLD\_SAFARI\_LOCATION\_CTOR
|
|
937
940
|
|
|
938
|
-
|
|
941
|
+
> **OLD\_SAFARI\_LOCATION\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
939
942
|
|
|
940
943
|
Existence of the global object location.constructor whose string representation starts with "\[object " and ends with "LocationConstructor\]".
|
|
941
944
|
|
|
942
|
-
|
|
945
|
+
#### Remarks
|
|
943
946
|
|
|
944
|
-
Available in Safari before 10.
|
|
947
|
+
Available in Safari before 10.0.
|
|
945
948
|
|
|
946
|
-
|
|
949
|
+
***
|
|
947
950
|
|
|
948
951
|
### PLAIN\_INTL
|
|
949
952
|
|
|
950
|
-
|
|
953
|
+
> **PLAIN\_INTL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
951
954
|
|
|
952
955
|
Existence of the global object Intl having the string representation "\[object Object\]".
|
|
953
956
|
|
|
954
|
-
|
|
957
|
+
#### Remarks
|
|
955
958
|
|
|
956
|
-
Available in Internet Explorer 11, Safari 10+ before 14.0.1, Android Browser 4.4, and Node.js 0.12+ before 15.
|
|
959
|
+
Available in Internet Explorer 11, Safari 10.0+ before 14.0.1, Android Browser 4.4, and Node.js 0.12+ before 15.
|
|
957
960
|
|
|
958
|
-
|
|
961
|
+
***
|
|
959
962
|
|
|
960
963
|
### REGEXP\_STRING\_ITERATOR
|
|
961
964
|
|
|
962
|
-
|
|
965
|
+
> **REGEXP\_STRING\_ITERATOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
963
966
|
|
|
964
967
|
The property that the string representation of String.prototype.matchAll\(\) evaluates to "\[object RegExp String Iterator\]".
|
|
965
968
|
|
|
966
|
-
|
|
969
|
+
#### Remarks
|
|
967
970
|
|
|
968
971
|
Available in Chrome, Edge, Firefox, Safari 13+, Opera, and Node.js 12+.
|
|
969
972
|
|
|
970
|
-
|
|
973
|
+
***
|
|
971
974
|
|
|
972
975
|
### SAFARI
|
|
973
976
|
|
|
974
|
-
|
|
977
|
+
> **SAFARI**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
975
978
|
|
|
976
979
|
Features available in the current stable version of Safari.
|
|
977
980
|
|
|
978
|
-
An alias for `
|
|
981
|
+
An alias for `SAFARI_18`.
|
|
979
982
|
|
|
980
|
-
|
|
983
|
+
***
|
|
981
984
|
|
|
982
|
-
### SAFARI\_10
|
|
985
|
+
### SAFARI\_10\_0
|
|
983
986
|
|
|
984
|
-
|
|
987
|
+
> **SAFARI\_10\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
985
988
|
|
|
986
|
-
Features available in Safari 10
|
|
989
|
+
Features available in Safari 10.0.
|
|
987
990
|
|
|
988
|
-
|
|
991
|
+
***
|
|
992
|
+
|
|
993
|
+
### SAFARI\_10\_1
|
|
994
|
+
|
|
995
|
+
> **SAFARI\_10\_1**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
996
|
+
|
|
997
|
+
Features available in Safari 10.1 and Safari 11.
|
|
998
|
+
|
|
999
|
+
***
|
|
989
1000
|
|
|
990
1001
|
### SAFARI\_12
|
|
991
1002
|
|
|
992
|
-
|
|
1003
|
+
> **SAFARI\_12**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
993
1004
|
|
|
994
1005
|
Features available in Safari 12.
|
|
995
1006
|
|
|
996
|
-
|
|
1007
|
+
***
|
|
997
1008
|
|
|
998
1009
|
### SAFARI\_13
|
|
999
1010
|
|
|
1000
|
-
|
|
1011
|
+
> **SAFARI\_13**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1001
1012
|
|
|
1002
1013
|
Features available in Safari 13 and Safari 14.0.0.
|
|
1003
1014
|
|
|
1004
|
-
|
|
1015
|
+
***
|
|
1005
1016
|
|
|
1006
1017
|
### SAFARI\_14\_0\_1
|
|
1007
1018
|
|
|
1008
|
-
|
|
1019
|
+
> **SAFARI\_14\_0\_1**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1009
1020
|
|
|
1010
1021
|
Features available in Safari 14.0.1 to 14.0.3.
|
|
1011
1022
|
|
|
1012
|
-
|
|
1023
|
+
***
|
|
1013
1024
|
|
|
1014
1025
|
### SAFARI\_14\_1
|
|
1015
1026
|
|
|
1016
|
-
|
|
1027
|
+
> **SAFARI\_14\_1**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1017
1028
|
|
|
1018
1029
|
Features available in Safari 14.1 to 15.3.
|
|
1019
1030
|
|
|
1020
|
-
|
|
1031
|
+
***
|
|
1021
1032
|
|
|
1022
1033
|
### SAFARI\_15\_4
|
|
1023
1034
|
|
|
1024
|
-
|
|
1035
|
+
> **SAFARI\_15\_4**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1025
1036
|
|
|
1026
1037
|
Features available in Safari 15.4 to 17.3.
|
|
1027
1038
|
|
|
1028
|
-
|
|
1039
|
+
***
|
|
1029
1040
|
|
|
1030
1041
|
### SAFARI\_17\_4
|
|
1031
1042
|
|
|
1032
|
-
|
|
1043
|
+
> **SAFARI\_17\_4**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1044
|
+
|
|
1045
|
+
Features available in Safari 17.4 to 17.6.
|
|
1046
|
+
|
|
1047
|
+
***
|
|
1048
|
+
|
|
1049
|
+
### SAFARI\_18
|
|
1050
|
+
|
|
1051
|
+
> **SAFARI\_18**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1033
1052
|
|
|
1034
|
-
Features available in Safari
|
|
1053
|
+
Features available in Safari 18 or later.
|
|
1035
1054
|
|
|
1036
|
-
|
|
1055
|
+
***
|
|
1037
1056
|
|
|
1038
1057
|
### SAFARI\_7\_0
|
|
1039
1058
|
|
|
1040
|
-
|
|
1059
|
+
> **SAFARI\_7\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1041
1060
|
|
|
1042
1061
|
Features available in Safari 7.0.
|
|
1043
1062
|
|
|
1044
|
-
|
|
1063
|
+
***
|
|
1045
1064
|
|
|
1046
1065
|
### SAFARI\_7\_1
|
|
1047
1066
|
|
|
1048
|
-
|
|
1067
|
+
> **SAFARI\_7\_1**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1049
1068
|
|
|
1050
1069
|
Features available in Safari 7.1 and Safari 8.
|
|
1051
1070
|
|
|
1052
|
-
|
|
1071
|
+
***
|
|
1053
1072
|
|
|
1054
1073
|
### SAFARI\_9
|
|
1055
1074
|
|
|
1056
|
-
|
|
1075
|
+
> **SAFARI\_9**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1057
1076
|
|
|
1058
1077
|
Features available in Safari 9.
|
|
1059
1078
|
|
|
1060
|
-
|
|
1079
|
+
***
|
|
1061
1080
|
|
|
1062
1081
|
### SELF
|
|
1063
1082
|
|
|
1064
|
-
|
|
1083
|
+
> **SELF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1065
1084
|
|
|
1066
1085
|
An alias for `ANY_WINDOW`.
|
|
1067
1086
|
|
|
1068
|
-
|
|
1087
|
+
***
|
|
1069
1088
|
|
|
1070
1089
|
### SELF\_OBJ
|
|
1071
1090
|
|
|
1072
|
-
|
|
1091
|
+
> **SELF\_OBJ**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1073
1092
|
|
|
1074
1093
|
Existence of the global object self whose string representation starts with "\[object ".
|
|
1075
1094
|
|
|
1076
|
-
|
|
1095
|
+
#### Remarks
|
|
1077
1096
|
|
|
1078
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers in Safari 7.1+ before 10.
|
|
1097
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers in Safari 7.1+ before 10.0.
|
|
1079
1098
|
|
|
1080
|
-
|
|
1099
|
+
***
|
|
1081
1100
|
|
|
1082
1101
|
### SHORT\_LOCALES
|
|
1083
1102
|
|
|
1084
|
-
|
|
1103
|
+
> **SHORT\_LOCALES**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1085
1104
|
|
|
1086
1105
|
Support for the two-letter locale name "ar" to format decimal numbers as Arabic numerals.
|
|
1087
1106
|
|
|
1088
|
-
|
|
1107
|
+
#### Remarks
|
|
1089
1108
|
|
|
1090
|
-
Available in Firefox, Internet Explorer 11, Safari 10
|
|
1109
|
+
Available in Firefox, Internet Explorer 11, Safari 10.0+ before 18, Android Browser 4.4, and Node.js 13+.
|
|
1091
1110
|
|
|
1092
|
-
|
|
1111
|
+
***
|
|
1093
1112
|
|
|
1094
1113
|
### STATUS
|
|
1095
1114
|
|
|
1096
|
-
|
|
1115
|
+
> **STATUS**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1097
1116
|
|
|
1098
1117
|
Existence of the global string status.
|
|
1099
1118
|
|
|
1100
|
-
|
|
1119
|
+
#### Remarks
|
|
1101
1120
|
|
|
1102
1121
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
1103
1122
|
|
|
1104
|
-
|
|
1123
|
+
***
|
|
1105
1124
|
|
|
1106
1125
|
### UNDEFINED
|
|
1107
1126
|
|
|
1108
|
-
|
|
1127
|
+
> **UNDEFINED**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1109
1128
|
|
|
1110
1129
|
The property that Object.prototype.toString.call\(\) evaluates to "\[object Undefined\]".
|
|
1111
1130
|
|
|
1112
1131
|
This behavior is specified by ECMAScript, and is enforced by all engines except Android Browser versions prior to 4.1.2, where this feature is not available.
|
|
1113
1132
|
|
|
1114
|
-
|
|
1133
|
+
#### Remarks
|
|
1115
1134
|
|
|
1116
1135
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, Android Browser 4.1+, and Node.js.
|
|
1117
1136
|
|
|
1118
|
-
|
|
1137
|
+
***
|
|
1119
1138
|
|
|
1120
1139
|
### V8\_SRC
|
|
1121
1140
|
|
|
1122
|
-
|
|
1141
|
+
> **V8\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1123
1142
|
|
|
1124
1143
|
A string representation of native functions typical for the V8 engine.
|
|
1125
1144
|
|
|
1126
1145
|
Remarkable traits are the lack of line feed characters at the beginning and at the end of the string and the presence of a single whitespace before the "\[native code\]" sequence.
|
|
1127
1146
|
|
|
1128
|
-
|
|
1147
|
+
#### Remarks
|
|
1129
1148
|
|
|
1130
1149
|
Available in Chrome, Edge, Opera, Android Browser, and Node.js.
|
|
1131
1150
|
|
|
1132
|
-
|
|
1151
|
+
***
|
|
1133
1152
|
|
|
1134
1153
|
### WINDOW
|
|
1135
1154
|
|
|
1136
|
-
|
|
1155
|
+
> **WINDOW**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1137
1156
|
|
|
1138
1157
|
Existence of the global object self having the string representation "\[object Window\]".
|
|
1139
1158
|
|
|
1140
|
-
|
|
1159
|
+
#### Remarks
|
|
1141
1160
|
|
|
1142
1161
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser 4.4. This feature is not available inside web workers.
|