jscrewit 2.41.0 → 3.1.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 +49 -182
- package/{readme.md → README.md} +32 -30
- package/api-doc/JScrewIt/namespaces/EncodeOptions/README.md +9 -0
- package/api-doc/{type-aliases → JScrewIt/namespaces/EncodeOptions/type-aliases}/RunAs.md +3 -2
- package/api-doc/README.md +5 -4
- package/api-doc/interfaces/CustomFeature.md +3 -3
- package/api-doc/interfaces/ElementaryFeature.md +2 -2
- package/api-doc/interfaces/{encode.md → EncodeInterface.md} +2 -2
- package/api-doc/interfaces/EncodeOptions.md +4 -4
- package/api-doc/interfaces/Feature.md +3 -3
- package/api-doc/interfaces/FeatureAll.md +75 -585
- package/api-doc/interfaces/FeatureConstructor.md +103 -824
- package/api-doc/interfaces/PredefinedFeature.md +2 -2
- package/api-doc/interfaces/default.md +1 -1
- package/api-doc/type-aliases/ElementaryFeatureName.md +1 -1
- package/api-doc/type-aliases/PredefinedFeatureName.md +1 -1
- package/lib/encode.d.ts +12 -10
- package/lib/feature-all.d.ts +91 -435
- package/lib/feature.d.ts +20 -22
- package/lib/jscrewit.d.ts +6 -6
- package/lib/jscrewit.js +776 -2447
- package/lib/jscrewit.min.js +2 -2
- package/package.json +6 -3
- package/screw.js +87 -103
- package/tools/cli.js +84 -158
- package/tools/time-utils.js +10 -26
- package/ui/ui.js +1 -1
- package/api-doc/variables/Feature.md +0 -7
- package/api-doc/variables/encode.md +0 -7
- package/tools/text-utils.js +0 -37
- /package/{license.txt → LICENSE.txt} +0 -0
|
@@ -10,63 +10,15 @@
|
|
|
10
10
|
|
|
11
11
|
## Properties
|
|
12
12
|
|
|
13
|
-
### ANDRO\_4\_0
|
|
14
|
-
|
|
15
|
-
> **ANDRO\_4\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
16
|
-
|
|
17
|
-
Features available in Android Browser 4.0.
|
|
18
|
-
|
|
19
|
-
***
|
|
20
|
-
|
|
21
|
-
### ANDRO\_4\_1
|
|
22
|
-
|
|
23
|
-
> **ANDRO\_4\_1**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
24
|
-
|
|
25
|
-
Features available in Android Browser 4.1 to 4.3.
|
|
26
|
-
|
|
27
|
-
***
|
|
28
|
-
|
|
29
|
-
### ANDRO\_4\_4
|
|
30
|
-
|
|
31
|
-
> **ANDRO\_4\_4**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
32
|
-
|
|
33
|
-
Features available in Android Browser 4.4.
|
|
34
|
-
|
|
35
|
-
***
|
|
36
|
-
|
|
37
|
-
### ANY\_DOCUMENT
|
|
38
|
-
|
|
39
|
-
> **ANY\_DOCUMENT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
40
|
-
|
|
41
|
-
Existence of the global object document whose string representation starts with "\[object " and ends with "Document\]".
|
|
42
|
-
|
|
43
|
-
#### Remarks
|
|
44
|
-
|
|
45
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
46
|
-
|
|
47
|
-
***
|
|
48
|
-
|
|
49
|
-
### ANY\_WINDOW
|
|
50
|
-
|
|
51
|
-
> **ANY\_WINDOW**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
52
|
-
|
|
53
|
-
Existence of the global object self whose string representation starts with "\[object " and ends with "Window\]".
|
|
54
|
-
|
|
55
|
-
#### Remarks
|
|
56
|
-
|
|
57
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
58
|
-
|
|
59
|
-
***
|
|
60
|
-
|
|
61
13
|
### ARRAY\_ITERATOR
|
|
62
14
|
|
|
63
15
|
> **ARRAY\_ITERATOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
64
16
|
|
|
65
|
-
The property that the string representation of Array.prototype.entries\(\)
|
|
17
|
+
The property that the string representation of Array.prototype.entries\(\) evaluates to "\[object Array Iterator\]".
|
|
66
18
|
|
|
67
19
|
#### Remarks
|
|
68
20
|
|
|
69
|
-
Available in Chrome, Edge, Firefox, Safari
|
|
21
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
70
22
|
|
|
71
23
|
***
|
|
72
24
|
|
|
@@ -78,19 +30,7 @@ Support for arrow functions.
|
|
|
78
30
|
|
|
79
31
|
#### Remarks
|
|
80
32
|
|
|
81
|
-
Available in Chrome, Edge, Firefox, Safari
|
|
82
|
-
|
|
83
|
-
***
|
|
84
|
-
|
|
85
|
-
### ASYNC\_FUNCTION
|
|
86
|
-
|
|
87
|
-
> **ASYNC\_FUNCTION**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
88
|
-
|
|
89
|
-
Support for async functions, which return Promise object.
|
|
90
|
-
|
|
91
|
-
#### Remarks
|
|
92
|
-
|
|
93
|
-
Available in Chrome, Edge, Firefox, Safari 10.1+, Opera, and Node.js 7.6+.
|
|
33
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
94
34
|
|
|
95
35
|
***
|
|
96
36
|
|
|
@@ -98,23 +38,11 @@ Available in Chrome, Edge, Firefox, Safari 10.1+, Opera, and Node.js 7.6+.
|
|
|
98
38
|
|
|
99
39
|
> **AT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
100
40
|
|
|
101
|
-
Existence of the native
|
|
102
|
-
|
|
103
|
-
#### Remarks
|
|
104
|
-
|
|
105
|
-
Available in Chrome, Edge, Firefox, Safari 15.4+, Opera, and Node.js 16.6+.
|
|
106
|
-
|
|
107
|
-
***
|
|
108
|
-
|
|
109
|
-
### ATOB
|
|
110
|
-
|
|
111
|
-
> **ATOB**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
112
|
-
|
|
113
|
-
Existence of the global functions atob and btoa.
|
|
41
|
+
Existence of the native functions Array.prototype.at and String.prototype.at.
|
|
114
42
|
|
|
115
43
|
#### Remarks
|
|
116
44
|
|
|
117
|
-
Available in Chrome, Edge, Firefox,
|
|
45
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
118
46
|
|
|
119
47
|
***
|
|
120
48
|
|
|
@@ -134,7 +62,7 @@ Existence of the global object statusbar having the string representation "\[obj
|
|
|
134
62
|
|
|
135
63
|
#### Remarks
|
|
136
64
|
|
|
137
|
-
Available in Chrome, Edge, Firefox, Safari,
|
|
65
|
+
Available in Chrome, Edge, Firefox, Safari, and Opera. This feature is not available inside web workers.
|
|
138
66
|
|
|
139
67
|
***
|
|
140
68
|
|
|
@@ -148,18 +76,6 @@ No support for Node.js.
|
|
|
148
76
|
|
|
149
77
|
***
|
|
150
78
|
|
|
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
|
-
***
|
|
162
|
-
|
|
163
79
|
### CAPITAL\_HTML
|
|
164
80
|
|
|
165
81
|
> **CAPITAL\_HTML**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -214,7 +130,7 @@ An alias for `CHROME_122`.
|
|
|
214
130
|
|
|
215
131
|
All new browsers' features.
|
|
216
132
|
|
|
217
|
-
|
|
133
|
+
Not compatible with Node.js, Internet Explorer, and old versions of supported browsers.
|
|
218
134
|
|
|
219
135
|
***
|
|
220
136
|
|
|
@@ -228,17 +144,7 @@ This feature may become unavailable when certain browser extensions are active.
|
|
|
228
144
|
|
|
229
145
|
#### Remarks
|
|
230
146
|
|
|
231
|
-
Available in Internet Explorer
|
|
232
|
-
|
|
233
|
-
***
|
|
234
|
-
|
|
235
|
-
### CREATE\_ELEMENT
|
|
236
|
-
|
|
237
|
-
> **CREATE\_ELEMENT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
238
|
-
|
|
239
|
-
Existence of the function document.createElement.
|
|
240
|
-
|
|
241
|
-
An alias for `ANY_DOCUMENT`.
|
|
147
|
+
Available in Internet Explorer.
|
|
242
148
|
|
|
243
149
|
***
|
|
244
150
|
|
|
@@ -254,35 +160,11 @@ Minimum feature level, compatible with all supported engines in all environments
|
|
|
254
160
|
|
|
255
161
|
> **DOCUMENT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
256
162
|
|
|
257
|
-
Existence of the global object document
|
|
258
|
-
|
|
259
|
-
#### Remarks
|
|
260
|
-
|
|
261
|
-
Available in Internet Explorer before 11. This feature is not available inside web workers.
|
|
262
|
-
|
|
263
|
-
***
|
|
264
|
-
|
|
265
|
-
### DOMWINDOW
|
|
266
|
-
|
|
267
|
-
> **DOMWINDOW**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
268
|
-
|
|
269
|
-
Existence of the global object self having the string representation "\[object DOMWindow\]".
|
|
270
|
-
|
|
271
|
-
#### Remarks
|
|
272
|
-
|
|
273
|
-
Available in Android Browser before 4.4. This feature is not available inside web workers.
|
|
274
|
-
|
|
275
|
-
***
|
|
276
|
-
|
|
277
|
-
### ESC\_HTML\_ALL
|
|
278
|
-
|
|
279
|
-
> **ESC\_HTML\_ALL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
280
|
-
|
|
281
|
-
The property that double quotation mark, less than and greater than characters in the argument of String.prototype.fontcolor are escaped into their respective HTML entities.
|
|
163
|
+
Existence of the global object document whose string representation starts with "\[object " and ends with "Document\]".
|
|
282
164
|
|
|
283
165
|
#### Remarks
|
|
284
166
|
|
|
285
|
-
Available in
|
|
167
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, and Opera. This feature is not available inside web workers.
|
|
286
168
|
|
|
287
169
|
***
|
|
288
170
|
|
|
@@ -294,43 +176,7 @@ The property that double quotation marks in the argument of String.prototype.fon
|
|
|
294
176
|
|
|
295
177
|
#### Remarks
|
|
296
178
|
|
|
297
|
-
Available in Chrome, Edge, Firefox, Safari, Opera,
|
|
298
|
-
|
|
299
|
-
***
|
|
300
|
-
|
|
301
|
-
### ESC\_HTML\_QUOT\_ONLY
|
|
302
|
-
|
|
303
|
-
> **ESC\_HTML\_QUOT\_ONLY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
304
|
-
|
|
305
|
-
The property that only double quotation marks and no other characters in the argument of String.prototype.fontcolor are escaped into HTML entities.
|
|
306
|
-
|
|
307
|
-
#### Remarks
|
|
308
|
-
|
|
309
|
-
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js 0.12+.
|
|
310
|
-
|
|
311
|
-
***
|
|
312
|
-
|
|
313
|
-
### ESC\_REGEXP\_LF
|
|
314
|
-
|
|
315
|
-
> **ESC\_REGEXP\_LF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
316
|
-
|
|
317
|
-
Having regular expressions created with the RegExp constructor use escape sequences starting with a backslash to format line feed characters \("\\n"\) in their string representation.
|
|
318
|
-
|
|
319
|
-
#### Remarks
|
|
320
|
-
|
|
321
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Node.js 12+.
|
|
322
|
-
|
|
323
|
-
***
|
|
324
|
-
|
|
325
|
-
### ESC\_REGEXP\_SLASH
|
|
326
|
-
|
|
327
|
-
> **ESC\_REGEXP\_SLASH**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
328
|
-
|
|
329
|
-
Having regular expressions created with the RegExp constructor use escape sequences starting with a backslash to format slashes \("/"\) in their string representation.
|
|
330
|
-
|
|
331
|
-
#### Remarks
|
|
332
|
-
|
|
333
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Node.js 4+.
|
|
179
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
334
180
|
|
|
335
181
|
***
|
|
336
182
|
|
|
@@ -426,18 +272,6 @@ Available in Firefox and Safari.
|
|
|
426
272
|
|
|
427
273
|
***
|
|
428
274
|
|
|
429
|
-
### FILL
|
|
430
|
-
|
|
431
|
-
> **FILL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
432
|
-
|
|
433
|
-
Existence of the native function Array.prototype.fill.
|
|
434
|
-
|
|
435
|
-
#### Remarks
|
|
436
|
-
|
|
437
|
-
Available in Chrome, Edge, Firefox, Safari 7.1+, Opera, and Node.js 4+.
|
|
438
|
-
|
|
439
|
-
***
|
|
440
|
-
|
|
441
275
|
### FLAT
|
|
442
276
|
|
|
443
277
|
> **FLAT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -446,17 +280,7 @@ Existence of the native function Array.prototype.flat.
|
|
|
446
280
|
|
|
447
281
|
#### Remarks
|
|
448
282
|
|
|
449
|
-
Available in Chrome, Edge, Firefox, Safari
|
|
450
|
-
|
|
451
|
-
***
|
|
452
|
-
|
|
453
|
-
### FORMS
|
|
454
|
-
|
|
455
|
-
> **FORMS**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
456
|
-
|
|
457
|
-
Existence of the object document.forms with string representation "\[object HTMLCollection\]".
|
|
458
|
-
|
|
459
|
-
An alias for `ANY_DOCUMENT`.
|
|
283
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
460
284
|
|
|
461
285
|
***
|
|
462
286
|
|
|
@@ -468,7 +292,7 @@ Existence of the function String.fromCodePoint.
|
|
|
468
292
|
|
|
469
293
|
#### Remarks
|
|
470
294
|
|
|
471
|
-
Available in Chrome, Edge, Firefox, Safari
|
|
295
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
472
296
|
|
|
473
297
|
***
|
|
474
298
|
|
|
@@ -480,7 +304,7 @@ A string representation of dynamically generated functions where the character a
|
|
|
480
304
|
|
|
481
305
|
#### Remarks
|
|
482
306
|
|
|
483
|
-
Available in Chrome, Edge, Firefox, Safari
|
|
307
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
484
308
|
|
|
485
309
|
***
|
|
486
310
|
|
|
@@ -492,77 +316,7 @@ A string representation of dynamically generated functions where the character a
|
|
|
492
316
|
|
|
493
317
|
#### Remarks
|
|
494
318
|
|
|
495
|
-
Available in Internet Explorer
|
|
496
|
-
|
|
497
|
-
***
|
|
498
|
-
|
|
499
|
-
### GENERIC\_ARRAY\_TO\_STRING
|
|
500
|
-
|
|
501
|
-
> **GENERIC\_ARRAY\_TO\_STRING**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
502
|
-
|
|
503
|
-
Ability to call Array.prototype.toString with a non-array binding.
|
|
504
|
-
|
|
505
|
-
#### Remarks
|
|
506
|
-
|
|
507
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, Android Browser 4.1+, and Node.js.
|
|
508
|
-
|
|
509
|
-
***
|
|
510
|
-
|
|
511
|
-
### GLOBAL\_UNDEFINED
|
|
512
|
-
|
|
513
|
-
> **GLOBAL\_UNDEFINED**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
514
|
-
|
|
515
|
-
Having the global function toString return the string "\[object Undefined\]" when invoked without a binding.
|
|
516
|
-
|
|
517
|
-
#### Remarks
|
|
518
|
-
|
|
519
|
-
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
520
|
-
|
|
521
|
-
***
|
|
522
|
-
|
|
523
|
-
### GMT
|
|
524
|
-
|
|
525
|
-
> **GMT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
526
|
-
|
|
527
|
-
Presence of the text "GMT" after the first 25 characters in the string returned by Date\(\).
|
|
528
|
-
|
|
529
|
-
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.
|
|
530
|
-
|
|
531
|
-
#### Remarks
|
|
532
|
-
|
|
533
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari, Opera, Android Browser, and Node.js.
|
|
534
|
-
|
|
535
|
-
***
|
|
536
|
-
|
|
537
|
-
### HISTORY
|
|
538
|
-
|
|
539
|
-
> **HISTORY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
540
|
-
|
|
541
|
-
Existence of the global object history having the string representation "\[object History\]".
|
|
542
|
-
|
|
543
|
-
#### Remarks
|
|
544
|
-
|
|
545
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
546
|
-
|
|
547
|
-
***
|
|
548
|
-
|
|
549
|
-
### HTMLAUDIOELEMENT
|
|
550
|
-
|
|
551
|
-
> **HTMLAUDIOELEMENT**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
552
|
-
|
|
553
|
-
Existence of the global object Audio whose string representation starts with "function HTMLAudioElement".
|
|
554
|
-
|
|
555
|
-
#### Remarks
|
|
556
|
-
|
|
557
|
-
Available in Android Browser 4.4. This feature is not available inside web workers.
|
|
558
|
-
|
|
559
|
-
***
|
|
560
|
-
|
|
561
|
-
### IE\_10
|
|
562
|
-
|
|
563
|
-
> **IE\_10**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
564
|
-
|
|
565
|
-
Features available in Internet Explorer 10.
|
|
319
|
+
Available in Internet Explorer.
|
|
566
320
|
|
|
567
321
|
***
|
|
568
322
|
|
|
@@ -582,11 +336,11 @@ Features available in Internet Explorer 11 on Windows 10.
|
|
|
582
336
|
|
|
583
337
|
***
|
|
584
338
|
|
|
585
|
-
### IE\
|
|
339
|
+
### IE\_11\_WIN\_8
|
|
586
340
|
|
|
587
|
-
> **IE\
|
|
341
|
+
> **IE\_11\_WIN\_8**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
588
342
|
|
|
589
|
-
Features available in Internet Explorer
|
|
343
|
+
Features available in Internet Explorer 11 on Windows 8.
|
|
590
344
|
|
|
591
345
|
***
|
|
592
346
|
|
|
@@ -612,19 +366,7 @@ The ability to use unary increment operators with string characters, like in \(
|
|
|
612
366
|
|
|
613
367
|
#### Remarks
|
|
614
368
|
|
|
615
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera,
|
|
616
|
-
|
|
617
|
-
***
|
|
618
|
-
|
|
619
|
-
### INTL
|
|
620
|
-
|
|
621
|
-
> **INTL**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
622
|
-
|
|
623
|
-
Existence of the global object Intl.
|
|
624
|
-
|
|
625
|
-
#### Remarks
|
|
626
|
-
|
|
627
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 0.12+.
|
|
369
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Node.js. This feature is not available when strict mode is enforced in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Node.js.
|
|
628
370
|
|
|
629
371
|
***
|
|
630
372
|
|
|
@@ -640,18 +382,6 @@ Available in Chrome, Edge, Firefox 131+, Safari 18.4+, Opera, and Node.js 22.0+.
|
|
|
640
382
|
|
|
641
383
|
***
|
|
642
384
|
|
|
643
|
-
### JAPANESE\_INFINITY
|
|
644
|
-
|
|
645
|
-
> **JAPANESE\_INFINITY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
646
|
-
|
|
647
|
-
Japanese string representation of Infinity ending with "∞".
|
|
648
|
-
|
|
649
|
-
#### Remarks
|
|
650
|
-
|
|
651
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 0.12+.
|
|
652
|
-
|
|
653
|
-
***
|
|
654
|
-
|
|
655
385
|
### LOCALE\_INFINITY
|
|
656
386
|
|
|
657
387
|
> **LOCALE\_INFINITY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -660,19 +390,7 @@ Language sensitive string representation of Infinity as "∞".
|
|
|
660
390
|
|
|
661
391
|
#### Remarks
|
|
662
392
|
|
|
663
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari
|
|
664
|
-
|
|
665
|
-
***
|
|
666
|
-
|
|
667
|
-
### LOCALE\_NUMERALS
|
|
668
|
-
|
|
669
|
-
> **LOCALE\_NUMERALS**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
670
|
-
|
|
671
|
-
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 "٬".
|
|
672
|
-
|
|
673
|
-
#### Remarks
|
|
674
|
-
|
|
675
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 13+.
|
|
393
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari, Opera, and Node.js.
|
|
676
394
|
|
|
677
395
|
***
|
|
678
396
|
|
|
@@ -684,7 +402,7 @@ Localized number formatting for Bengali.
|
|
|
684
402
|
|
|
685
403
|
#### Remarks
|
|
686
404
|
|
|
687
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari
|
|
405
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari before 18.4, Opera, and Node.js.
|
|
688
406
|
|
|
689
407
|
***
|
|
690
408
|
|
|
@@ -694,35 +412,11 @@ Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari 1
|
|
|
694
412
|
|
|
695
413
|
Extended localized number formatting.
|
|
696
414
|
|
|
697
|
-
|
|
415
|
+
Localized number formatting including the output of the first three letters in the second word of the Arabic string representation of NaN \("رقم"\), the letters in the Russian string representation of NaN \("не число"\) and the letters in the Persian string representation of NaN \("ناعدد"\).
|
|
698
416
|
|
|
699
417
|
#### Remarks
|
|
700
418
|
|
|
701
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari
|
|
702
|
-
|
|
703
|
-
***
|
|
704
|
-
|
|
705
|
-
### LOCATION
|
|
706
|
-
|
|
707
|
-
> **LOCATION**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
708
|
-
|
|
709
|
-
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\]".
|
|
710
|
-
|
|
711
|
-
#### Remarks
|
|
712
|
-
|
|
713
|
-
Available in Chrome, Edge, Firefox, Safari, Opera, and Android Browser.
|
|
714
|
-
|
|
715
|
-
***
|
|
716
|
-
|
|
717
|
-
### MOZILLA
|
|
718
|
-
|
|
719
|
-
> **MOZILLA**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
720
|
-
|
|
721
|
-
Existence of user agent string navigator.userAgent that starts with "Mozilla".
|
|
722
|
-
|
|
723
|
-
#### Remarks
|
|
724
|
-
|
|
725
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser.
|
|
419
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari, Opera, and Node.js.
|
|
726
420
|
|
|
727
421
|
***
|
|
728
422
|
|
|
@@ -734,7 +428,7 @@ Existence of the name property for functions.
|
|
|
734
428
|
|
|
735
429
|
#### Remarks
|
|
736
430
|
|
|
737
|
-
Available in Chrome, Edge, Firefox, Safari, Opera,
|
|
431
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
738
432
|
|
|
739
433
|
***
|
|
740
434
|
|
|
@@ -746,7 +440,7 @@ A string representation of native functions typical for V8 or for Internet Explo
|
|
|
746
440
|
|
|
747
441
|
#### Remarks
|
|
748
442
|
|
|
749
|
-
Available in Chrome, Edge, Internet Explorer, Opera,
|
|
443
|
+
Available in Chrome, Edge, Internet Explorer, Opera, and Node.js.
|
|
750
444
|
|
|
751
445
|
***
|
|
752
446
|
|
|
@@ -760,19 +454,7 @@ A remarkable trait of this feature is the lack of line feed characters at the be
|
|
|
760
454
|
|
|
761
455
|
#### Remarks
|
|
762
456
|
|
|
763
|
-
Available in Chrome, Edge, Firefox, Safari, Opera,
|
|
764
|
-
|
|
765
|
-
***
|
|
766
|
-
|
|
767
|
-
### NO\_OLD\_SAFARI\_ARRAY\_ITERATOR
|
|
768
|
-
|
|
769
|
-
> **NO\_OLD\_SAFARI\_ARRAY\_ITERATOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
770
|
-
|
|
771
|
-
The property that the string representation of Array.prototype.entries\(\) evaluates to "\[object Array Iterator\]".
|
|
772
|
-
|
|
773
|
-
#### Remarks
|
|
774
|
-
|
|
775
|
-
Available in Chrome, Edge, Firefox, Safari 9+, Opera, and Node.js 0.12+.
|
|
457
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
776
458
|
|
|
777
459
|
***
|
|
778
460
|
|
|
@@ -790,75 +472,11 @@ Available in Firefox, Internet Explorer, and Safari.
|
|
|
790
472
|
|
|
791
473
|
***
|
|
792
474
|
|
|
793
|
-
### NODE\
|
|
794
|
-
|
|
795
|
-
> **NODE\_0\_10**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
796
|
-
|
|
797
|
-
Features available in Node.js 0.10.
|
|
798
|
-
|
|
799
|
-
***
|
|
800
|
-
|
|
801
|
-
### NODE\_0\_12
|
|
802
|
-
|
|
803
|
-
> **NODE\_0\_12**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
804
|
-
|
|
805
|
-
Features available in Node.js 0.12.
|
|
806
|
-
|
|
807
|
-
***
|
|
808
|
-
|
|
809
|
-
### NODE\_10
|
|
810
|
-
|
|
811
|
-
> **NODE\_10**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
812
|
-
|
|
813
|
-
Features available in Node.js 10.
|
|
814
|
-
|
|
815
|
-
***
|
|
816
|
-
|
|
817
|
-
### NODE\_11
|
|
475
|
+
### NODE\_20
|
|
818
476
|
|
|
819
|
-
> **NODE\
|
|
477
|
+
> **NODE\_20**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
820
478
|
|
|
821
|
-
Features available in Node.js
|
|
822
|
-
|
|
823
|
-
***
|
|
824
|
-
|
|
825
|
-
### NODE\_12
|
|
826
|
-
|
|
827
|
-
> **NODE\_12**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
828
|
-
|
|
829
|
-
Features available in Node.js 12.
|
|
830
|
-
|
|
831
|
-
***
|
|
832
|
-
|
|
833
|
-
### NODE\_13
|
|
834
|
-
|
|
835
|
-
> **NODE\_13**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
836
|
-
|
|
837
|
-
Features available in Node.js 13 and Node.js 14.
|
|
838
|
-
|
|
839
|
-
***
|
|
840
|
-
|
|
841
|
-
### NODE\_15
|
|
842
|
-
|
|
843
|
-
> **NODE\_15**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
844
|
-
|
|
845
|
-
Features available in Node.js 15.
|
|
846
|
-
|
|
847
|
-
***
|
|
848
|
-
|
|
849
|
-
### NODE\_16\_0
|
|
850
|
-
|
|
851
|
-
> **NODE\_16\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
852
|
-
|
|
853
|
-
Features available in Node.js 16.0 to 16.5.
|
|
854
|
-
|
|
855
|
-
***
|
|
856
|
-
|
|
857
|
-
### NODE\_16\_6
|
|
858
|
-
|
|
859
|
-
> **NODE\_16\_6**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
860
|
-
|
|
861
|
-
Features available in Node.js 16.6 to 21.
|
|
479
|
+
Features available in Node.js 20 to 21.
|
|
862
480
|
|
|
863
481
|
***
|
|
864
482
|
|
|
@@ -878,52 +496,6 @@ Features available in Node.js 22.12 to 22.14 and Node.js 23.3 or later.
|
|
|
878
496
|
|
|
879
497
|
***
|
|
880
498
|
|
|
881
|
-
### NODE\_4
|
|
882
|
-
|
|
883
|
-
> **NODE\_4**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
884
|
-
|
|
885
|
-
Features available in Node.js 4.
|
|
886
|
-
|
|
887
|
-
***
|
|
888
|
-
|
|
889
|
-
### NODE\_5
|
|
890
|
-
|
|
891
|
-
> **NODE\_5**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
892
|
-
|
|
893
|
-
Features available in Node.js 5 to 7.5.
|
|
894
|
-
|
|
895
|
-
***
|
|
896
|
-
|
|
897
|
-
### NODE\_7\_6
|
|
898
|
-
|
|
899
|
-
> **NODE\_7\_6**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
900
|
-
|
|
901
|
-
Features available in Node.js 7.6 to 9.
|
|
902
|
-
|
|
903
|
-
***
|
|
904
|
-
|
|
905
|
-
### NODE\_NAME
|
|
906
|
-
|
|
907
|
-
> **NODE\_NAME**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
908
|
-
|
|
909
|
-
Existence of the string document.nodeName that starts with a number sign \("#"\).
|
|
910
|
-
|
|
911
|
-
An alias for `ANY_DOCUMENT`.
|
|
912
|
-
|
|
913
|
-
***
|
|
914
|
-
|
|
915
|
-
### NODECONSTRUCTOR
|
|
916
|
-
|
|
917
|
-
> **NODECONSTRUCTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
918
|
-
|
|
919
|
-
Existence of the global object Node having the string representation "\[object NodeConstructor\]".
|
|
920
|
-
|
|
921
|
-
#### Remarks
|
|
922
|
-
|
|
923
|
-
Available in Safari before 10.0. This feature is not available inside web workers.
|
|
924
|
-
|
|
925
|
-
***
|
|
926
|
-
|
|
927
499
|
### OBJECT\_ARRAY\_ENTRIES\_CTOR
|
|
928
500
|
|
|
929
501
|
> **OBJECT\_ARRAY\_ENTRIES\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -932,31 +504,7 @@ The property that the Array.prototype.entries\(\).constructor is the Object cons
|
|
|
932
504
|
|
|
933
505
|
#### Remarks
|
|
934
506
|
|
|
935
|
-
Available in Firefox before 131, Safari
|
|
936
|
-
|
|
937
|
-
***
|
|
938
|
-
|
|
939
|
-
### OBJECT\_L\_LOCATION\_CTOR
|
|
940
|
-
|
|
941
|
-
> **OBJECT\_L\_LOCATION\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
942
|
-
|
|
943
|
-
Existence of the global function location.constructor whose string representation starts with "\[object L".
|
|
944
|
-
|
|
945
|
-
#### Remarks
|
|
946
|
-
|
|
947
|
-
Available in Internet Explorer and Safari before 10.0. This feature is not available inside web workers.
|
|
948
|
-
|
|
949
|
-
***
|
|
950
|
-
|
|
951
|
-
### OBJECT\_UNDEFINED
|
|
952
|
-
|
|
953
|
-
> **OBJECT\_UNDEFINED**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
954
|
-
|
|
955
|
-
Having the function Object.prototype.toString return the string "\[object Undefined\]" when invoked without a binding.
|
|
956
|
-
|
|
957
|
-
#### Remarks
|
|
958
|
-
|
|
959
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 10+, Safari, Opera, Android Browser 4.1+, and Node.js.
|
|
507
|
+
Available in Firefox before 131, Safari before 18.4, and Node.js before 22.0.
|
|
960
508
|
|
|
961
509
|
***
|
|
962
510
|
|
|
@@ -968,19 +516,7 @@ The property that the string representation of the global object self starts wit
|
|
|
968
516
|
|
|
969
517
|
#### Remarks
|
|
970
518
|
|
|
971
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari,
|
|
972
|
-
|
|
973
|
-
***
|
|
974
|
-
|
|
975
|
-
### OLD\_SAFARI\_LOCATION\_CTOR
|
|
976
|
-
|
|
977
|
-
> **OLD\_SAFARI\_LOCATION\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
978
|
-
|
|
979
|
-
Existence of the global object location.constructor whose string representation starts with "\[object " and ends with "LocationConstructor\]".
|
|
980
|
-
|
|
981
|
-
#### Remarks
|
|
982
|
-
|
|
983
|
-
Available in Safari before 10.0.
|
|
519
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, and Opera. This feature is not available inside web workers in Chrome, Edge, Firefox, Safari, and Opera.
|
|
984
520
|
|
|
985
521
|
***
|
|
986
522
|
|
|
@@ -992,7 +528,7 @@ Existence of the global object Intl having the string representation "\[object O
|
|
|
992
528
|
|
|
993
529
|
#### Remarks
|
|
994
530
|
|
|
995
|
-
Available in Internet Explorer
|
|
531
|
+
Available in Internet Explorer.
|
|
996
532
|
|
|
997
533
|
***
|
|
998
534
|
|
|
@@ -1004,89 +540,61 @@ The property that the string representation of String.prototype.matchAll\(\) eva
|
|
|
1004
540
|
|
|
1005
541
|
#### Remarks
|
|
1006
542
|
|
|
1007
|
-
Available in Chrome, Edge, Firefox, Safari
|
|
1008
|
-
|
|
1009
|
-
***
|
|
1010
|
-
|
|
1011
|
-
### SAFARI
|
|
1012
|
-
|
|
1013
|
-
> **SAFARI**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1014
|
-
|
|
1015
|
-
Features available in the current stable version of Safari.
|
|
1016
|
-
|
|
1017
|
-
An alias for `SAFARI_18_4`.
|
|
1018
|
-
|
|
1019
|
-
***
|
|
1020
|
-
|
|
1021
|
-
### SAFARI\_10\_0
|
|
1022
|
-
|
|
1023
|
-
> **SAFARI\_10\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1024
|
-
|
|
1025
|
-
Features available in Safari 10.0.
|
|
543
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
1026
544
|
|
|
1027
545
|
***
|
|
1028
546
|
|
|
1029
|
-
###
|
|
547
|
+
### RUSSIAN\_INFINITY
|
|
1030
548
|
|
|
1031
|
-
> **
|
|
549
|
+
> **RUSSIAN\_INFINITY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1032
550
|
|
|
1033
|
-
|
|
551
|
+
Russian string representation of Infinity as "∞".
|
|
1034
552
|
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
### SAFARI\_12
|
|
1038
|
-
|
|
1039
|
-
> **SAFARI\_12**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
553
|
+
#### Remarks
|
|
1040
554
|
|
|
1041
|
-
|
|
555
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 8 and on Windows 10, Safari, Opera, and Node.js.
|
|
1042
556
|
|
|
1043
557
|
***
|
|
1044
558
|
|
|
1045
|
-
### SAFARI
|
|
1046
|
-
|
|
1047
|
-
> **SAFARI\_13**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1048
|
-
|
|
1049
|
-
Features available in Safari 13 and Safari 14.0.0.
|
|
1050
|
-
|
|
1051
|
-
***
|
|
559
|
+
### SAFARI
|
|
1052
560
|
|
|
1053
|
-
|
|
561
|
+
> **SAFARI**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1054
562
|
|
|
1055
|
-
|
|
563
|
+
Features available in the current stable version of Safari.
|
|
1056
564
|
|
|
1057
|
-
|
|
565
|
+
An alias for `SAFARI_18_4`.
|
|
1058
566
|
|
|
1059
567
|
***
|
|
1060
568
|
|
|
1061
|
-
### SAFARI\
|
|
569
|
+
### SAFARI\_17\_4
|
|
1062
570
|
|
|
1063
|
-
> **SAFARI\
|
|
571
|
+
> **SAFARI\_17\_4**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1064
572
|
|
|
1065
|
-
Features available in Safari
|
|
573
|
+
Features available in Safari 17.4 to 17.6.
|
|
1066
574
|
|
|
1067
|
-
|
|
575
|
+
#### Remarks
|
|
1068
576
|
|
|
1069
|
-
|
|
577
|
+
This feature may be replaced or removed in the near future when current browser versions become obsolete. Use `SAFARI_PRE_PREV` instead of `SAFARI_17_4` for long term support.
|
|
1070
578
|
|
|
1071
|
-
|
|
579
|
+
#### See
|
|
1072
580
|
|
|
1073
|
-
|
|
581
|
+
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
1074
582
|
|
|
1075
583
|
***
|
|
1076
584
|
|
|
1077
|
-
### SAFARI\
|
|
585
|
+
### SAFARI\_18\_0
|
|
1078
586
|
|
|
1079
|
-
> **SAFARI\
|
|
587
|
+
> **SAFARI\_18\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1080
588
|
|
|
1081
|
-
Features available in Safari
|
|
589
|
+
Features available in Safari 18.0 to 18.3.
|
|
1082
590
|
|
|
1083
|
-
|
|
591
|
+
#### Remarks
|
|
1084
592
|
|
|
1085
|
-
|
|
593
|
+
This feature may be replaced or removed in the near future when current browser versions become obsolete.
|
|
1086
594
|
|
|
1087
|
-
|
|
595
|
+
#### See
|
|
1088
596
|
|
|
1089
|
-
|
|
597
|
+
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
1090
598
|
|
|
1091
599
|
***
|
|
1092
600
|
|
|
@@ -1096,29 +604,33 @@ Features available in Safari 18.0 to 18.3.
|
|
|
1096
604
|
|
|
1097
605
|
Features available in Safari 18.4 or later.
|
|
1098
606
|
|
|
1099
|
-
|
|
607
|
+
#### Remarks
|
|
1100
608
|
|
|
1101
|
-
|
|
609
|
+
This feature may be replaced or removed in the near future when current browser versions become obsolete. Use `SAFARI` or `SAFARI_PREV` instead of `SAFARI_18_4` for long term support.
|
|
1102
610
|
|
|
1103
|
-
|
|
611
|
+
#### See
|
|
1104
612
|
|
|
1105
|
-
|
|
613
|
+
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
1106
614
|
|
|
1107
615
|
***
|
|
1108
616
|
|
|
1109
|
-
### SAFARI\
|
|
617
|
+
### SAFARI\_PRE\_PREV
|
|
618
|
+
|
|
619
|
+
> **SAFARI\_PRE\_PREV**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1110
620
|
|
|
1111
|
-
|
|
621
|
+
Features available in the previous to previous version of Safari.
|
|
1112
622
|
|
|
1113
|
-
|
|
623
|
+
An alias for `SAFARI_17_4`.
|
|
1114
624
|
|
|
1115
625
|
***
|
|
1116
626
|
|
|
1117
|
-
### SAFARI\
|
|
627
|
+
### SAFARI\_PREV
|
|
628
|
+
|
|
629
|
+
> **SAFARI\_PREV**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1118
630
|
|
|
1119
|
-
|
|
631
|
+
Features available in the previous to current version of Safari.
|
|
1120
632
|
|
|
1121
|
-
|
|
633
|
+
An alias for `SAFARI_18_4`.
|
|
1122
634
|
|
|
1123
635
|
***
|
|
1124
636
|
|
|
@@ -1126,19 +638,11 @@ Features available in Safari 9.
|
|
|
1126
638
|
|
|
1127
639
|
> **SELF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1128
640
|
|
|
1129
|
-
An alias for `ANY_WINDOW`.
|
|
1130
|
-
|
|
1131
|
-
***
|
|
1132
|
-
|
|
1133
|
-
### SELF\_OBJ
|
|
1134
|
-
|
|
1135
|
-
> **SELF\_OBJ**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1136
|
-
|
|
1137
641
|
Existence of the global object self whose string representation starts with "\[object ".
|
|
1138
642
|
|
|
1139
643
|
#### Remarks
|
|
1140
644
|
|
|
1141
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari,
|
|
645
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, and Opera.
|
|
1142
646
|
|
|
1143
647
|
***
|
|
1144
648
|
|
|
@@ -1150,7 +654,7 @@ Support for the two-letter locale name "ar" to format decimal numbers as Arabic
|
|
|
1150
654
|
|
|
1151
655
|
#### Remarks
|
|
1152
656
|
|
|
1153
|
-
Available in Firefox before 134, Internet Explorer
|
|
657
|
+
Available in Firefox before 134, Internet Explorer, Safari before 18.0, and Node.js before 22.12–22.14 and 23.3.
|
|
1154
658
|
|
|
1155
659
|
***
|
|
1156
660
|
|
|
@@ -1162,21 +666,7 @@ Existence of the global string status.
|
|
|
1162
666
|
|
|
1163
667
|
#### Remarks
|
|
1164
668
|
|
|
1165
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari,
|
|
1166
|
-
|
|
1167
|
-
***
|
|
1168
|
-
|
|
1169
|
-
### UNDEFINED
|
|
1170
|
-
|
|
1171
|
-
> **UNDEFINED**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1172
|
-
|
|
1173
|
-
The property that Object.prototype.toString.call\(\) evaluates to "\[object Undefined\]".
|
|
1174
|
-
|
|
1175
|
-
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.
|
|
1176
|
-
|
|
1177
|
-
#### Remarks
|
|
1178
|
-
|
|
1179
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, Android Browser 4.1+, and Node.js.
|
|
669
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, and Opera. This feature is not available inside web workers.
|
|
1180
670
|
|
|
1181
671
|
***
|
|
1182
672
|
|
|
@@ -1190,7 +680,7 @@ Remarkable traits are the lack of line feed characters at the beginning and at t
|
|
|
1190
680
|
|
|
1191
681
|
#### Remarks
|
|
1192
682
|
|
|
1193
|
-
Available in Chrome, Edge, Opera,
|
|
683
|
+
Available in Chrome, Edge, Opera, and Node.js.
|
|
1194
684
|
|
|
1195
685
|
***
|
|
1196
686
|
|
|
@@ -1202,4 +692,4 @@ Existence of the global object self having the string representation "\[object W
|
|
|
1202
692
|
|
|
1203
693
|
#### Remarks
|
|
1204
694
|
|
|
1205
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari,
|
|
695
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, and Opera. This feature is not available inside web workers.
|