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