jscrewit 2.37.0 → 2.38.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 +409 -420
- package/api-doc/interfaces/FeatureConstructor.md +587 -593
- 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 +102 -36
- package/lib/feature.d.ts +6 -6
- package/lib/jscrewit.js +886 -186
- package/lib/jscrewit.min.js +2 -2
- package/package.json +4 -3
- package/readme.md +14 -17
- package/ui/ui.js +1 -1
|
@@ -1,1142 +1,1131 @@
|
|
|
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.
|
|
179
90
|
|
|
180
|
-
|
|
91
|
+
#### Remarks
|
|
181
92
|
|
|
182
|
-
|
|
93
|
+
Available in Chrome, Edge, Firefox, Safari 10.1+, Opera, and Node.js 7.6+.
|
|
94
|
+
|
|
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
|
+
***
|
|
309
234
|
|
|
310
235
|
### DEFAULT
|
|
311
236
|
|
|
312
|
-
|
|
237
|
+
> **DEFAULT**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
313
238
|
|
|
314
239
|
Minimum feature level, compatible with all supported engines in all environments.
|
|
315
240
|
|
|
316
|
-
|
|
241
|
+
***
|
|
317
242
|
|
|
318
243
|
### DOCUMENT
|
|
319
244
|
|
|
320
|
-
|
|
245
|
+
> **DOCUMENT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
321
246
|
|
|
322
247
|
Existence of the global object document having the string representation "\[object Document\]".
|
|
323
248
|
|
|
324
|
-
|
|
249
|
+
#### Remarks
|
|
325
250
|
|
|
326
251
|
Available in Internet Explorer before 11. This feature is not available inside web workers.
|
|
327
252
|
|
|
328
|
-
|
|
253
|
+
***
|
|
329
254
|
|
|
330
255
|
### DOMWINDOW
|
|
331
256
|
|
|
332
|
-
|
|
257
|
+
> **DOMWINDOW**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
333
258
|
|
|
334
259
|
Existence of the global object self having the string representation "\[object DOMWindow\]".
|
|
335
260
|
|
|
336
|
-
|
|
261
|
+
#### Remarks
|
|
337
262
|
|
|
338
263
|
Available in Android Browser before 4.4. This feature is not available inside web workers.
|
|
339
264
|
|
|
340
|
-
|
|
265
|
+
***
|
|
341
266
|
|
|
342
267
|
### ESC\_HTML\_ALL
|
|
343
268
|
|
|
344
|
-
|
|
269
|
+
> **ESC\_HTML\_ALL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
345
270
|
|
|
346
271
|
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
272
|
|
|
348
|
-
|
|
273
|
+
#### Remarks
|
|
349
274
|
|
|
350
275
|
Available in Android Browser and Node.js before 0.12.
|
|
351
276
|
|
|
352
|
-
|
|
277
|
+
***
|
|
353
278
|
|
|
354
279
|
### ESC\_HTML\_QUOT
|
|
355
280
|
|
|
356
|
-
|
|
281
|
+
> **ESC\_HTML\_QUOT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
357
282
|
|
|
358
283
|
The property that double quotation marks in the argument of String.prototype.fontcolor are escaped as "\"".
|
|
359
284
|
|
|
360
|
-
|
|
285
|
+
#### Remarks
|
|
361
286
|
|
|
362
287
|
Available in Chrome, Edge, Firefox, Safari, Opera, Android Browser, and Node.js.
|
|
363
288
|
|
|
364
|
-
|
|
289
|
+
***
|
|
365
290
|
|
|
366
291
|
### ESC\_HTML\_QUOT\_ONLY
|
|
367
292
|
|
|
368
|
-
|
|
293
|
+
> **ESC\_HTML\_QUOT\_ONLY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
369
294
|
|
|
370
295
|
The property that only double quotation marks and no other characters in the argument of String.prototype.fontcolor are escaped into HTML entities.
|
|
371
296
|
|
|
372
|
-
|
|
297
|
+
#### Remarks
|
|
373
298
|
|
|
374
299
|
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js 0.12+.
|
|
375
300
|
|
|
376
|
-
|
|
301
|
+
***
|
|
377
302
|
|
|
378
303
|
### ESC\_REGEXP\_LF
|
|
379
304
|
|
|
380
|
-
|
|
305
|
+
> **ESC\_REGEXP\_LF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
381
306
|
|
|
382
307
|
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
308
|
|
|
384
|
-
|
|
309
|
+
#### Remarks
|
|
385
310
|
|
|
386
311
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Node.js 12+.
|
|
387
312
|
|
|
388
|
-
|
|
313
|
+
***
|
|
389
314
|
|
|
390
315
|
### ESC\_REGEXP\_SLASH
|
|
391
316
|
|
|
392
|
-
|
|
317
|
+
> **ESC\_REGEXP\_SLASH**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
393
318
|
|
|
394
319
|
Having regular expressions created with the RegExp constructor use escape sequences starting with a backslash to format slashes \("/"\) in their string representation.
|
|
395
320
|
|
|
396
|
-
|
|
321
|
+
#### Remarks
|
|
397
322
|
|
|
398
323
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Node.js 4+.
|
|
399
324
|
|
|
400
|
-
|
|
325
|
+
***
|
|
401
326
|
|
|
402
327
|
### FF
|
|
403
328
|
|
|
404
|
-
|
|
329
|
+
> **FF**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
405
330
|
|
|
406
331
|
Features available in the current stable version of Firefox.
|
|
407
332
|
|
|
408
|
-
An alias for `
|
|
333
|
+
An alias for `FF_131`.
|
|
409
334
|
|
|
410
|
-
|
|
335
|
+
***
|
|
336
|
+
|
|
337
|
+
### FF\_131
|
|
338
|
+
|
|
339
|
+
> **FF\_131**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
340
|
+
|
|
341
|
+
Features available in Firefox 131 or later.
|
|
342
|
+
|
|
343
|
+
#### Remarks
|
|
344
|
+
|
|
345
|
+
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.
|
|
346
|
+
|
|
347
|
+
#### See
|
|
348
|
+
|
|
349
|
+
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
350
|
+
|
|
351
|
+
***
|
|
411
352
|
|
|
412
353
|
### FF\_90
|
|
413
354
|
|
|
414
|
-
|
|
355
|
+
> **FF\_90**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
415
356
|
|
|
416
|
-
Features available in Firefox 90
|
|
357
|
+
Features available in Firefox 90 to 130.
|
|
417
358
|
|
|
418
|
-
|
|
359
|
+
#### Remarks
|
|
419
360
|
|
|
420
|
-
This feature may be replaced or removed in the near future when current browser versions become obsolete. Use `
|
|
361
|
+
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
362
|
|
|
422
|
-
|
|
363
|
+
#### See
|
|
423
364
|
|
|
424
365
|
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
425
366
|
|
|
426
|
-
|
|
367
|
+
***
|
|
427
368
|
|
|
428
369
|
### FF\_ESR
|
|
429
370
|
|
|
430
|
-
|
|
371
|
+
> **FF\_ESR**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
431
372
|
|
|
432
373
|
Features available in the current version of Firefox ESR.
|
|
433
374
|
|
|
434
375
|
An alias for `FF_90`.
|
|
435
376
|
|
|
436
|
-
|
|
377
|
+
***
|
|
437
378
|
|
|
438
379
|
### FF\_PREV
|
|
439
380
|
|
|
440
|
-
|
|
381
|
+
> **FF\_PREV**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
441
382
|
|
|
442
383
|
Features available in the previous to current version of Firefox.
|
|
443
384
|
|
|
444
385
|
An alias for `FF_90`.
|
|
445
386
|
|
|
446
|
-
|
|
387
|
+
***
|
|
447
388
|
|
|
448
389
|
### FF\_SRC
|
|
449
390
|
|
|
450
|
-
|
|
391
|
+
> **FF\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
451
392
|
|
|
452
393
|
A string representation of native functions typical for Firefox and Safari.
|
|
453
394
|
|
|
454
395
|
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
396
|
|
|
456
|
-
|
|
397
|
+
#### Remarks
|
|
457
398
|
|
|
458
399
|
Available in Firefox and Safari.
|
|
459
400
|
|
|
460
|
-
|
|
401
|
+
***
|
|
461
402
|
|
|
462
403
|
### FILL
|
|
463
404
|
|
|
464
|
-
|
|
405
|
+
> **FILL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
465
406
|
|
|
466
407
|
Existence of the native function Array.prototype.fill.
|
|
467
408
|
|
|
468
|
-
|
|
409
|
+
#### Remarks
|
|
469
410
|
|
|
470
411
|
Available in Chrome, Edge, Firefox, Safari 7.1+, Opera, and Node.js 4+.
|
|
471
412
|
|
|
472
|
-
|
|
413
|
+
***
|
|
473
414
|
|
|
474
415
|
### FLAT
|
|
475
416
|
|
|
476
|
-
|
|
417
|
+
> **FLAT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
477
418
|
|
|
478
419
|
Existence of the native function Array.prototype.flat.
|
|
479
420
|
|
|
480
|
-
|
|
421
|
+
#### Remarks
|
|
481
422
|
|
|
482
423
|
Available in Chrome, Edge, Firefox, Safari 12+, Opera, and Node.js 11+.
|
|
483
424
|
|
|
484
|
-
|
|
425
|
+
***
|
|
485
426
|
|
|
486
427
|
### FROM\_CODE\_POINT
|
|
487
428
|
|
|
488
|
-
|
|
429
|
+
> **FROM\_CODE\_POINT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
489
430
|
|
|
490
431
|
Existence of the function String.fromCodePoint.
|
|
491
432
|
|
|
492
|
-
|
|
433
|
+
#### Remarks
|
|
493
434
|
|
|
494
435
|
Available in Chrome, Edge, Firefox, Safari 9+, Opera, and Node.js 4+.
|
|
495
436
|
|
|
496
|
-
|
|
437
|
+
***
|
|
497
438
|
|
|
498
439
|
### FUNCTION\_19\_LF
|
|
499
440
|
|
|
500
|
-
|
|
441
|
+
> **FUNCTION\_19\_LF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
501
442
|
|
|
502
443
|
A string representation of dynamically generated functions where the character at index 19 is a line feed \("\\n"\).
|
|
503
444
|
|
|
504
|
-
|
|
445
|
+
#### Remarks
|
|
505
446
|
|
|
506
447
|
Available in Chrome, Edge, Firefox, Safari 17.4+, Opera, and Node.js 10+.
|
|
507
448
|
|
|
508
|
-
|
|
449
|
+
***
|
|
509
450
|
|
|
510
451
|
### FUNCTION\_22\_LF
|
|
511
452
|
|
|
512
|
-
|
|
453
|
+
> **FUNCTION\_22\_LF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
513
454
|
|
|
514
455
|
A string representation of dynamically generated functions where the character at index 22 is a line feed \("\\n"\).
|
|
515
456
|
|
|
516
|
-
|
|
457
|
+
#### Remarks
|
|
517
458
|
|
|
518
459
|
Available in Internet Explorer, Safari 9+ before 17.4, Android Browser, and Node.js before 10.
|
|
519
460
|
|
|
520
|
-
|
|
461
|
+
***
|
|
521
462
|
|
|
522
463
|
### GENERIC\_ARRAY\_TO\_STRING
|
|
523
464
|
|
|
524
|
-
|
|
465
|
+
> **GENERIC\_ARRAY\_TO\_STRING**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
525
466
|
|
|
526
467
|
Ability to call Array.prototype.toString with a non-array binding.
|
|
527
468
|
|
|
528
|
-
|
|
469
|
+
#### Remarks
|
|
529
470
|
|
|
530
471
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, Android Browser 4.1+, and Node.js.
|
|
531
472
|
|
|
532
|
-
|
|
473
|
+
***
|
|
533
474
|
|
|
534
475
|
### GLOBAL\_UNDEFINED
|
|
535
476
|
|
|
536
|
-
|
|
477
|
+
> **GLOBAL\_UNDEFINED**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
537
478
|
|
|
538
479
|
Having the global function toString return the string "\[object Undefined\]" when invoked without a binding.
|
|
539
480
|
|
|
540
|
-
|
|
481
|
+
#### Remarks
|
|
541
482
|
|
|
542
483
|
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
543
484
|
|
|
544
|
-
|
|
485
|
+
***
|
|
545
486
|
|
|
546
487
|
### GMT
|
|
547
488
|
|
|
548
|
-
|
|
489
|
+
> **GMT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
549
490
|
|
|
550
491
|
Presence of the text "GMT" after the first 25 characters in the string returned by Date\(\).
|
|
551
492
|
|
|
552
493
|
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
494
|
|
|
554
|
-
|
|
495
|
+
#### Remarks
|
|
555
496
|
|
|
556
497
|
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari, Opera, Android Browser, and Node.js.
|
|
557
498
|
|
|
558
|
-
|
|
499
|
+
***
|
|
559
500
|
|
|
560
501
|
### HISTORY
|
|
561
502
|
|
|
562
|
-
|
|
503
|
+
> **HISTORY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
563
504
|
|
|
564
505
|
Existence of the global object history having the string representation "\[object History\]".
|
|
565
506
|
|
|
566
|
-
|
|
507
|
+
#### Remarks
|
|
567
508
|
|
|
568
509
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
569
510
|
|
|
570
|
-
|
|
511
|
+
***
|
|
571
512
|
|
|
572
513
|
### HTMLAUDIOELEMENT
|
|
573
514
|
|
|
574
|
-
|
|
515
|
+
> **HTMLAUDIOELEMENT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
575
516
|
|
|
576
517
|
Existence of the global object Audio whose string representation starts with "function HTMLAudioElement".
|
|
577
518
|
|
|
578
|
-
|
|
519
|
+
#### Remarks
|
|
579
520
|
|
|
580
521
|
Available in Android Browser 4.4. This feature is not available inside web workers.
|
|
581
522
|
|
|
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
|
-
___
|
|
523
|
+
***
|
|
595
524
|
|
|
596
525
|
### IE\_10
|
|
597
526
|
|
|
598
|
-
|
|
527
|
+
> **IE\_10**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
599
528
|
|
|
600
529
|
Features available in Internet Explorer 10.
|
|
601
530
|
|
|
602
|
-
|
|
531
|
+
***
|
|
603
532
|
|
|
604
533
|
### IE\_11
|
|
605
534
|
|
|
606
|
-
|
|
535
|
+
> **IE\_11**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
607
536
|
|
|
608
537
|
Features available in Internet Explorer 11.
|
|
609
538
|
|
|
610
|
-
|
|
539
|
+
***
|
|
611
540
|
|
|
612
541
|
### IE\_11\_WIN\_10
|
|
613
542
|
|
|
614
|
-
|
|
543
|
+
> **IE\_11\_WIN\_10**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
615
544
|
|
|
616
545
|
Features available in Internet Explorer 11 on Windows 10.
|
|
617
546
|
|
|
618
|
-
|
|
547
|
+
***
|
|
619
548
|
|
|
620
549
|
### IE\_9
|
|
621
550
|
|
|
622
|
-
|
|
551
|
+
> **IE\_9**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
623
552
|
|
|
624
553
|
Features available in Internet Explorer 9.
|
|
625
554
|
|
|
626
|
-
|
|
555
|
+
***
|
|
627
556
|
|
|
628
557
|
### IE\_SRC
|
|
629
558
|
|
|
630
|
-
|
|
559
|
+
> **IE\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
631
560
|
|
|
632
561
|
A string representation of native functions typical for Internet Explorer.
|
|
633
562
|
|
|
634
563
|
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
564
|
|
|
636
|
-
|
|
565
|
+
#### Remarks
|
|
637
566
|
|
|
638
567
|
Available in Internet Explorer.
|
|
639
568
|
|
|
640
|
-
|
|
569
|
+
***
|
|
641
570
|
|
|
642
571
|
### INCR\_CHAR
|
|
643
572
|
|
|
644
|
-
|
|
573
|
+
> **INCR\_CHAR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
645
574
|
|
|
646
575
|
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
576
|
|
|
648
|
-
|
|
577
|
+
#### Remarks
|
|
649
578
|
|
|
650
579
|
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
580
|
|
|
652
|
-
|
|
581
|
+
***
|
|
653
582
|
|
|
654
583
|
### INTL
|
|
655
584
|
|
|
656
|
-
|
|
585
|
+
> **INTL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
657
586
|
|
|
658
587
|
Existence of the global object Intl.
|
|
659
588
|
|
|
660
|
-
|
|
589
|
+
#### Remarks
|
|
590
|
+
|
|
591
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 0.12+.
|
|
661
592
|
|
|
662
|
-
|
|
593
|
+
***
|
|
663
594
|
|
|
664
|
-
|
|
595
|
+
### ITERATOR\_HELPER
|
|
596
|
+
|
|
597
|
+
> **ITERATOR\_HELPER**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
598
|
+
|
|
599
|
+
Availability of iterator helpers.
|
|
600
|
+
|
|
601
|
+
#### Remarks
|
|
602
|
+
|
|
603
|
+
Available in Chrome, Edge, Firefox 131+, Opera, and Node.js 22+.
|
|
604
|
+
|
|
605
|
+
***
|
|
606
|
+
|
|
607
|
+
### JAPANESE\_INFINITY
|
|
608
|
+
|
|
609
|
+
> **JAPANESE\_INFINITY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
610
|
+
|
|
611
|
+
Japanese string representation of Infinity ending with "∞".
|
|
612
|
+
|
|
613
|
+
#### Remarks
|
|
614
|
+
|
|
615
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 0.12+.
|
|
616
|
+
|
|
617
|
+
***
|
|
665
618
|
|
|
666
619
|
### LOCALE\_INFINITY
|
|
667
620
|
|
|
668
|
-
|
|
621
|
+
> **LOCALE\_INFINITY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
669
622
|
|
|
670
623
|
Language sensitive string representation of Infinity as "∞".
|
|
671
624
|
|
|
672
|
-
|
|
625
|
+
#### Remarks
|
|
673
626
|
|
|
674
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari 10+, Opera, Android Browser 4.4, and Node.js 0.12+.
|
|
627
|
+
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
628
|
|
|
676
|
-
|
|
629
|
+
***
|
|
677
630
|
|
|
678
631
|
### LOCALE\_NUMERALS
|
|
679
632
|
|
|
680
|
-
|
|
633
|
+
> **LOCALE\_NUMERALS**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
681
634
|
|
|
682
635
|
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
636
|
|
|
684
|
-
|
|
637
|
+
#### Remarks
|
|
685
638
|
|
|
686
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10+, Opera, Android Browser 4.4, and Node.js 13+.
|
|
639
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 13+.
|
|
687
640
|
|
|
688
|
-
|
|
641
|
+
***
|
|
689
642
|
|
|
690
643
|
### LOCALE\_NUMERALS\_EXT
|
|
691
644
|
|
|
692
|
-
|
|
645
|
+
> **LOCALE\_NUMERALS\_EXT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
693
646
|
|
|
694
647
|
Extended localized number formatting.
|
|
695
648
|
|
|
696
649
|
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
650
|
|
|
698
|
-
|
|
651
|
+
#### Remarks
|
|
699
652
|
|
|
700
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari 10+, Opera, Android Browser 4.4, and Node.js 13+.
|
|
653
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 13+.
|
|
701
654
|
|
|
702
|
-
|
|
655
|
+
***
|
|
703
656
|
|
|
704
657
|
### LOCATION
|
|
705
658
|
|
|
706
|
-
|
|
659
|
+
> **LOCATION**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
707
660
|
|
|
708
661
|
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
662
|
|
|
710
|
-
|
|
663
|
+
#### Remarks
|
|
711
664
|
|
|
712
665
|
Available in Chrome, Edge, Firefox, Safari, Opera, and Android Browser.
|
|
713
666
|
|
|
714
|
-
|
|
667
|
+
***
|
|
668
|
+
|
|
669
|
+
### MOZILLA
|
|
670
|
+
|
|
671
|
+
> **MOZILLA**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
672
|
+
|
|
673
|
+
Existence of user agent string navigator.userAgent that starts with "Mozilla".
|
|
674
|
+
|
|
675
|
+
#### Remarks
|
|
676
|
+
|
|
677
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser.
|
|
678
|
+
|
|
679
|
+
***
|
|
715
680
|
|
|
716
681
|
### NAME
|
|
717
682
|
|
|
718
|
-
|
|
683
|
+
> **NAME**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
719
684
|
|
|
720
685
|
Existence of the name property for functions.
|
|
721
686
|
|
|
722
|
-
|
|
687
|
+
#### Remarks
|
|
723
688
|
|
|
724
689
|
Available in Chrome, Edge, Firefox, Safari, Opera, Android Browser, and Node.js.
|
|
725
690
|
|
|
726
|
-
|
|
691
|
+
***
|
|
727
692
|
|
|
728
|
-
###
|
|
693
|
+
### NO\_FF\_SRC
|
|
729
694
|
|
|
730
|
-
|
|
695
|
+
> **NO\_FF\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
731
696
|
|
|
732
|
-
|
|
697
|
+
A string representation of native functions typical for V8 or for Internet Explorer but not for Firefox and Safari.
|
|
698
|
+
|
|
699
|
+
#### Remarks
|
|
733
700
|
|
|
734
|
-
|
|
701
|
+
Available in Chrome, Edge, Internet Explorer, Opera, Android Browser, and Node.js.
|
|
735
702
|
|
|
736
|
-
|
|
703
|
+
***
|
|
737
704
|
|
|
738
|
-
|
|
705
|
+
### NO\_IE\_SRC
|
|
706
|
+
|
|
707
|
+
> **NO\_IE\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
708
|
+
|
|
709
|
+
A string representation of native functions typical for most engines with the notable exception of Internet Explorer.
|
|
710
|
+
|
|
711
|
+
A remarkable trait of this feature is the lack of line feed characters at the beginning and at the end of the string.
|
|
712
|
+
|
|
713
|
+
#### Remarks
|
|
714
|
+
|
|
715
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, Android Browser, and Node.js.
|
|
716
|
+
|
|
717
|
+
***
|
|
718
|
+
|
|
719
|
+
### NO\_OLD\_SAFARI\_ARRAY\_ITERATOR
|
|
720
|
+
|
|
721
|
+
> **NO\_OLD\_SAFARI\_ARRAY\_ITERATOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
722
|
+
|
|
723
|
+
The property that the string representation of Array.prototype.entries\(\) evaluates to "\[object Array Iterator\]".
|
|
724
|
+
|
|
725
|
+
#### Remarks
|
|
726
|
+
|
|
727
|
+
Available in Chrome, Edge, Firefox, Safari 9+, Opera, and Node.js 0.12+.
|
|
728
|
+
|
|
729
|
+
***
|
|
730
|
+
|
|
731
|
+
### NO\_V8\_SRC
|
|
732
|
+
|
|
733
|
+
> **NO\_V8\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
734
|
+
|
|
735
|
+
A string representation of native functions typical for Firefox, Internet Explorer and Safari.
|
|
736
|
+
|
|
737
|
+
A most remarkable trait of this feature is the presence of a line feed followed by four whitespaces \("\\n "\) before the "\[native code\]" sequence.
|
|
738
|
+
|
|
739
|
+
#### Remarks
|
|
740
|
+
|
|
741
|
+
Available in Firefox, Internet Explorer, and Safari.
|
|
742
|
+
|
|
743
|
+
***
|
|
739
744
|
|
|
740
745
|
### NODE\_0\_10
|
|
741
746
|
|
|
742
|
-
|
|
747
|
+
> **NODE\_0\_10**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
743
748
|
|
|
744
749
|
Features available in Node.js 0.10.
|
|
745
750
|
|
|
746
|
-
|
|
751
|
+
***
|
|
747
752
|
|
|
748
753
|
### NODE\_0\_12
|
|
749
754
|
|
|
750
|
-
|
|
755
|
+
> **NODE\_0\_12**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
751
756
|
|
|
752
757
|
Features available in Node.js 0.12.
|
|
753
758
|
|
|
754
|
-
|
|
759
|
+
***
|
|
755
760
|
|
|
756
761
|
### NODE\_10
|
|
757
762
|
|
|
758
|
-
|
|
763
|
+
> **NODE\_10**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
759
764
|
|
|
760
765
|
Features available in Node.js 10.
|
|
761
766
|
|
|
762
|
-
|
|
767
|
+
***
|
|
763
768
|
|
|
764
769
|
### NODE\_11
|
|
765
770
|
|
|
766
|
-
|
|
771
|
+
> **NODE\_11**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
767
772
|
|
|
768
773
|
Features available in Node.js 11.
|
|
769
774
|
|
|
770
|
-
|
|
775
|
+
***
|
|
771
776
|
|
|
772
777
|
### NODE\_12
|
|
773
778
|
|
|
774
|
-
|
|
779
|
+
> **NODE\_12**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
775
780
|
|
|
776
781
|
Features available in Node.js 12.
|
|
777
782
|
|
|
778
|
-
|
|
783
|
+
***
|
|
779
784
|
|
|
780
785
|
### NODE\_13
|
|
781
786
|
|
|
782
|
-
|
|
787
|
+
> **NODE\_13**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
783
788
|
|
|
784
789
|
Features available in Node.js 13 and Node.js 14.
|
|
785
790
|
|
|
786
|
-
|
|
791
|
+
***
|
|
787
792
|
|
|
788
793
|
### NODE\_15
|
|
789
794
|
|
|
790
|
-
|
|
795
|
+
> **NODE\_15**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
791
796
|
|
|
792
797
|
Features available in Node.js 15.
|
|
793
798
|
|
|
794
|
-
|
|
799
|
+
***
|
|
795
800
|
|
|
796
801
|
### NODE\_16\_0
|
|
797
802
|
|
|
798
|
-
|
|
803
|
+
> **NODE\_16\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
799
804
|
|
|
800
805
|
Features available in Node.js 16.0 to 16.5.
|
|
801
806
|
|
|
802
|
-
|
|
807
|
+
***
|
|
803
808
|
|
|
804
809
|
### NODE\_16\_6
|
|
805
810
|
|
|
806
|
-
|
|
811
|
+
> **NODE\_16\_6**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
807
812
|
|
|
808
813
|
Features available in Node.js 16.6 to 21.
|
|
809
814
|
|
|
810
|
-
|
|
815
|
+
***
|
|
811
816
|
|
|
812
817
|
### NODE\_22
|
|
813
818
|
|
|
814
|
-
|
|
819
|
+
> **NODE\_22**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
815
820
|
|
|
816
821
|
Features available in Node.js 22 or later.
|
|
817
822
|
|
|
818
|
-
|
|
823
|
+
***
|
|
819
824
|
|
|
820
825
|
### NODE\_4
|
|
821
826
|
|
|
822
|
-
|
|
827
|
+
> **NODE\_4**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
823
828
|
|
|
824
829
|
Features available in Node.js 4.
|
|
825
830
|
|
|
826
|
-
|
|
831
|
+
***
|
|
827
832
|
|
|
828
833
|
### NODE\_5
|
|
829
834
|
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
Features available in Node.js 5 to 9.
|
|
833
|
-
|
|
834
|
-
___
|
|
835
|
-
|
|
836
|
-
### NO\_FF\_SRC
|
|
837
|
-
|
|
838
|
-
• **NO\_FF\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
839
|
-
|
|
840
|
-
A string representation of native functions typical for V8 or for Internet Explorer but not for Firefox and Safari.
|
|
841
|
-
|
|
842
|
-
**`Remarks`**
|
|
843
|
-
|
|
844
|
-
Available in Chrome, Edge, Internet Explorer, Opera, Android Browser, and Node.js.
|
|
845
|
-
|
|
846
|
-
___
|
|
847
|
-
|
|
848
|
-
### NO\_IE\_SRC
|
|
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.
|
|
835
|
+
> **NODE\_5**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
859
836
|
|
|
860
|
-
|
|
837
|
+
Features available in Node.js 5 to 7.5.
|
|
861
838
|
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
• **NO\_OLD\_SAFARI\_ARRAY\_ITERATOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
839
|
+
***
|
|
865
840
|
|
|
866
|
-
|
|
841
|
+
### NODE\_7\_6
|
|
867
842
|
|
|
868
|
-
|
|
843
|
+
> **NODE\_7\_6**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
869
844
|
|
|
870
|
-
|
|
845
|
+
Features available in Node.js 7.6 to 9.
|
|
871
846
|
|
|
872
|
-
|
|
847
|
+
***
|
|
873
848
|
|
|
874
|
-
###
|
|
875
|
-
|
|
876
|
-
• **NO\_V8\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
849
|
+
### NODECONSTRUCTOR
|
|
877
850
|
|
|
878
|
-
|
|
851
|
+
> **NODECONSTRUCTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
879
852
|
|
|
880
|
-
|
|
853
|
+
Existence of the global object Node having the string representation "\[object NodeConstructor\]".
|
|
881
854
|
|
|
882
|
-
|
|
855
|
+
#### Remarks
|
|
883
856
|
|
|
884
|
-
Available in
|
|
857
|
+
Available in Safari before 10.0. This feature is not available inside web workers.
|
|
885
858
|
|
|
886
|
-
|
|
859
|
+
***
|
|
887
860
|
|
|
888
861
|
### OBJECT\_ARRAY\_ENTRIES\_CTOR
|
|
889
862
|
|
|
890
|
-
|
|
863
|
+
> **OBJECT\_ARRAY\_ENTRIES\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
891
864
|
|
|
892
865
|
The property that the Array.prototype.entries\(\).constructor is the Object constructor.
|
|
893
866
|
|
|
894
|
-
|
|
867
|
+
#### Remarks
|
|
895
868
|
|
|
896
|
-
Available in Firefox, Safari 9+, and Node.js 0.12+ before 22.
|
|
869
|
+
Available in Firefox before 131, Safari 9+, and Node.js 0.12+ before 22.
|
|
897
870
|
|
|
898
|
-
|
|
871
|
+
***
|
|
899
872
|
|
|
900
873
|
### OBJECT\_L\_LOCATION\_CTOR
|
|
901
874
|
|
|
902
|
-
|
|
875
|
+
> **OBJECT\_L\_LOCATION\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
903
876
|
|
|
904
877
|
Existence of the global function location.constructor whose string representation starts with "\[object L".
|
|
905
878
|
|
|
906
|
-
|
|
879
|
+
#### Remarks
|
|
907
880
|
|
|
908
|
-
Available in Internet Explorer and Safari before 10. This feature is not available inside web workers.
|
|
881
|
+
Available in Internet Explorer and Safari before 10.0. This feature is not available inside web workers.
|
|
909
882
|
|
|
910
|
-
|
|
883
|
+
***
|
|
911
884
|
|
|
912
885
|
### OBJECT\_UNDEFINED
|
|
913
886
|
|
|
914
|
-
|
|
887
|
+
> **OBJECT\_UNDEFINED**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
915
888
|
|
|
916
889
|
Having the function Object.prototype.toString return the string "\[object Undefined\]" when invoked without a binding.
|
|
917
890
|
|
|
918
|
-
|
|
891
|
+
#### Remarks
|
|
919
892
|
|
|
920
893
|
Available in Chrome, Edge, Firefox, Internet Explorer 10+, Safari, Opera, Android Browser 4.1+, and Node.js.
|
|
921
894
|
|
|
922
|
-
|
|
895
|
+
***
|
|
923
896
|
|
|
924
|
-
### OBJECT\_W\
|
|
897
|
+
### OBJECT\_W\_SELF
|
|
925
898
|
|
|
926
|
-
|
|
899
|
+
> **OBJECT\_W\_SELF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
927
900
|
|
|
928
|
-
The property that the string representation of the global object
|
|
901
|
+
The property that the string representation of the global object self starts with "\[object W".
|
|
929
902
|
|
|
930
|
-
|
|
903
|
+
#### Remarks
|
|
931
904
|
|
|
932
|
-
Available in Internet Explorer and
|
|
905
|
+
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
906
|
|
|
934
|
-
|
|
907
|
+
***
|
|
935
908
|
|
|
936
909
|
### OLD\_SAFARI\_LOCATION\_CTOR
|
|
937
910
|
|
|
938
|
-
|
|
911
|
+
> **OLD\_SAFARI\_LOCATION\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
939
912
|
|
|
940
913
|
Existence of the global object location.constructor whose string representation starts with "\[object " and ends with "LocationConstructor\]".
|
|
941
914
|
|
|
942
|
-
|
|
915
|
+
#### Remarks
|
|
943
916
|
|
|
944
|
-
Available in Safari before 10.
|
|
917
|
+
Available in Safari before 10.0.
|
|
945
918
|
|
|
946
|
-
|
|
919
|
+
***
|
|
947
920
|
|
|
948
921
|
### PLAIN\_INTL
|
|
949
922
|
|
|
950
|
-
|
|
923
|
+
> **PLAIN\_INTL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
951
924
|
|
|
952
925
|
Existence of the global object Intl having the string representation "\[object Object\]".
|
|
953
926
|
|
|
954
|
-
|
|
927
|
+
#### Remarks
|
|
955
928
|
|
|
956
|
-
Available in Internet Explorer 11, Safari 10+ before 14.0.1, Android Browser 4.4, and Node.js 0.12+ before 15.
|
|
929
|
+
Available in Internet Explorer 11, Safari 10.0+ before 14.0.1, Android Browser 4.4, and Node.js 0.12+ before 15.
|
|
957
930
|
|
|
958
|
-
|
|
931
|
+
***
|
|
959
932
|
|
|
960
933
|
### REGEXP\_STRING\_ITERATOR
|
|
961
934
|
|
|
962
|
-
|
|
935
|
+
> **REGEXP\_STRING\_ITERATOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
963
936
|
|
|
964
937
|
The property that the string representation of String.prototype.matchAll\(\) evaluates to "\[object RegExp String Iterator\]".
|
|
965
938
|
|
|
966
|
-
|
|
939
|
+
#### Remarks
|
|
967
940
|
|
|
968
941
|
Available in Chrome, Edge, Firefox, Safari 13+, Opera, and Node.js 12+.
|
|
969
942
|
|
|
970
|
-
|
|
943
|
+
***
|
|
971
944
|
|
|
972
945
|
### SAFARI
|
|
973
946
|
|
|
974
|
-
|
|
947
|
+
> **SAFARI**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
975
948
|
|
|
976
949
|
Features available in the current stable version of Safari.
|
|
977
950
|
|
|
978
|
-
An alias for `
|
|
951
|
+
An alias for `SAFARI_18`.
|
|
952
|
+
|
|
953
|
+
***
|
|
979
954
|
|
|
980
|
-
|
|
955
|
+
### SAFARI\_10\_0
|
|
981
956
|
|
|
982
|
-
|
|
957
|
+
> **SAFARI\_10\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
983
958
|
|
|
984
|
-
|
|
959
|
+
Features available in Safari 10.0.
|
|
985
960
|
|
|
986
|
-
|
|
961
|
+
***
|
|
987
962
|
|
|
988
|
-
|
|
963
|
+
### SAFARI\_10\_1
|
|
964
|
+
|
|
965
|
+
> **SAFARI\_10\_1**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
966
|
+
|
|
967
|
+
Features available in Safari 10.1 and Safari 11.
|
|
968
|
+
|
|
969
|
+
***
|
|
989
970
|
|
|
990
971
|
### SAFARI\_12
|
|
991
972
|
|
|
992
|
-
|
|
973
|
+
> **SAFARI\_12**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
993
974
|
|
|
994
975
|
Features available in Safari 12.
|
|
995
976
|
|
|
996
|
-
|
|
977
|
+
***
|
|
997
978
|
|
|
998
979
|
### SAFARI\_13
|
|
999
980
|
|
|
1000
|
-
|
|
981
|
+
> **SAFARI\_13**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1001
982
|
|
|
1002
983
|
Features available in Safari 13 and Safari 14.0.0.
|
|
1003
984
|
|
|
1004
|
-
|
|
985
|
+
***
|
|
1005
986
|
|
|
1006
987
|
### SAFARI\_14\_0\_1
|
|
1007
988
|
|
|
1008
|
-
|
|
989
|
+
> **SAFARI\_14\_0\_1**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1009
990
|
|
|
1010
991
|
Features available in Safari 14.0.1 to 14.0.3.
|
|
1011
992
|
|
|
1012
|
-
|
|
993
|
+
***
|
|
1013
994
|
|
|
1014
995
|
### SAFARI\_14\_1
|
|
1015
996
|
|
|
1016
|
-
|
|
997
|
+
> **SAFARI\_14\_1**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1017
998
|
|
|
1018
999
|
Features available in Safari 14.1 to 15.3.
|
|
1019
1000
|
|
|
1020
|
-
|
|
1001
|
+
***
|
|
1021
1002
|
|
|
1022
1003
|
### SAFARI\_15\_4
|
|
1023
1004
|
|
|
1024
|
-
|
|
1005
|
+
> **SAFARI\_15\_4**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1025
1006
|
|
|
1026
1007
|
Features available in Safari 15.4 to 17.3.
|
|
1027
1008
|
|
|
1028
|
-
|
|
1009
|
+
***
|
|
1029
1010
|
|
|
1030
1011
|
### SAFARI\_17\_4
|
|
1031
1012
|
|
|
1032
|
-
|
|
1013
|
+
> **SAFARI\_17\_4**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1014
|
+
|
|
1015
|
+
Features available in Safari 17.4 to 17.6.
|
|
1016
|
+
|
|
1017
|
+
***
|
|
1018
|
+
|
|
1019
|
+
### SAFARI\_18
|
|
1020
|
+
|
|
1021
|
+
> **SAFARI\_18**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1033
1022
|
|
|
1034
|
-
Features available in Safari
|
|
1023
|
+
Features available in Safari 18 or later.
|
|
1035
1024
|
|
|
1036
|
-
|
|
1025
|
+
***
|
|
1037
1026
|
|
|
1038
1027
|
### SAFARI\_7\_0
|
|
1039
1028
|
|
|
1040
|
-
|
|
1029
|
+
> **SAFARI\_7\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1041
1030
|
|
|
1042
1031
|
Features available in Safari 7.0.
|
|
1043
1032
|
|
|
1044
|
-
|
|
1033
|
+
***
|
|
1045
1034
|
|
|
1046
1035
|
### SAFARI\_7\_1
|
|
1047
1036
|
|
|
1048
|
-
|
|
1037
|
+
> **SAFARI\_7\_1**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1049
1038
|
|
|
1050
1039
|
Features available in Safari 7.1 and Safari 8.
|
|
1051
1040
|
|
|
1052
|
-
|
|
1041
|
+
***
|
|
1053
1042
|
|
|
1054
1043
|
### SAFARI\_9
|
|
1055
1044
|
|
|
1056
|
-
|
|
1045
|
+
> **SAFARI\_9**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1057
1046
|
|
|
1058
1047
|
Features available in Safari 9.
|
|
1059
1048
|
|
|
1060
|
-
|
|
1049
|
+
***
|
|
1061
1050
|
|
|
1062
1051
|
### SELF
|
|
1063
1052
|
|
|
1064
|
-
|
|
1053
|
+
> **SELF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1065
1054
|
|
|
1066
1055
|
An alias for `ANY_WINDOW`.
|
|
1067
1056
|
|
|
1068
|
-
|
|
1057
|
+
***
|
|
1069
1058
|
|
|
1070
1059
|
### SELF\_OBJ
|
|
1071
1060
|
|
|
1072
|
-
|
|
1061
|
+
> **SELF\_OBJ**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1073
1062
|
|
|
1074
1063
|
Existence of the global object self whose string representation starts with "\[object ".
|
|
1075
1064
|
|
|
1076
|
-
|
|
1065
|
+
#### Remarks
|
|
1077
1066
|
|
|
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.
|
|
1067
|
+
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
1068
|
|
|
1080
|
-
|
|
1069
|
+
***
|
|
1081
1070
|
|
|
1082
1071
|
### SHORT\_LOCALES
|
|
1083
1072
|
|
|
1084
|
-
|
|
1073
|
+
> **SHORT\_LOCALES**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1085
1074
|
|
|
1086
1075
|
Support for the two-letter locale name "ar" to format decimal numbers as Arabic numerals.
|
|
1087
1076
|
|
|
1088
|
-
|
|
1077
|
+
#### Remarks
|
|
1089
1078
|
|
|
1090
|
-
Available in Firefox, Internet Explorer 11, Safari 10
|
|
1079
|
+
Available in Firefox, Internet Explorer 11, Safari 10.0+ before 18, Android Browser 4.4, and Node.js 13+.
|
|
1091
1080
|
|
|
1092
|
-
|
|
1081
|
+
***
|
|
1093
1082
|
|
|
1094
1083
|
### STATUS
|
|
1095
1084
|
|
|
1096
|
-
|
|
1085
|
+
> **STATUS**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1097
1086
|
|
|
1098
1087
|
Existence of the global string status.
|
|
1099
1088
|
|
|
1100
|
-
|
|
1089
|
+
#### Remarks
|
|
1101
1090
|
|
|
1102
1091
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
1103
1092
|
|
|
1104
|
-
|
|
1093
|
+
***
|
|
1105
1094
|
|
|
1106
1095
|
### UNDEFINED
|
|
1107
1096
|
|
|
1108
|
-
|
|
1097
|
+
> **UNDEFINED**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1109
1098
|
|
|
1110
1099
|
The property that Object.prototype.toString.call\(\) evaluates to "\[object Undefined\]".
|
|
1111
1100
|
|
|
1112
1101
|
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
1102
|
|
|
1114
|
-
|
|
1103
|
+
#### Remarks
|
|
1115
1104
|
|
|
1116
1105
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, Android Browser 4.1+, and Node.js.
|
|
1117
1106
|
|
|
1118
|
-
|
|
1107
|
+
***
|
|
1119
1108
|
|
|
1120
1109
|
### V8\_SRC
|
|
1121
1110
|
|
|
1122
|
-
|
|
1111
|
+
> **V8\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1123
1112
|
|
|
1124
1113
|
A string representation of native functions typical for the V8 engine.
|
|
1125
1114
|
|
|
1126
1115
|
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
1116
|
|
|
1128
|
-
|
|
1117
|
+
#### Remarks
|
|
1129
1118
|
|
|
1130
1119
|
Available in Chrome, Edge, Opera, Android Browser, and Node.js.
|
|
1131
1120
|
|
|
1132
|
-
|
|
1121
|
+
***
|
|
1133
1122
|
|
|
1134
1123
|
### WINDOW
|
|
1135
1124
|
|
|
1136
|
-
|
|
1125
|
+
> **WINDOW**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1137
1126
|
|
|
1138
1127
|
Existence of the global object self having the string representation "\[object Window\]".
|
|
1139
1128
|
|
|
1140
|
-
|
|
1129
|
+
#### Remarks
|
|
1141
1130
|
|
|
1142
1131
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser 4.4. This feature is not available inside web workers.
|