jscrewit 2.40.0 → 3.0.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 -180
- package/{readme.md → README.md} +30 -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 +64 -582
- package/api-doc/interfaces/FeatureConstructor.md +143 -876
- 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 +80 -428
- package/lib/feature.d.ts +19 -21
- package/lib/jscrewit.d.ts +6 -6
- package/lib/jscrewit.js +396 -2028
- package/lib/jscrewit.min.js +2 -2
- package/package.json +2 -2
- package/screw.js +87 -103
- package/tools/cli.js +57 -73
- 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
|
|
41
|
+
Existence of the native functions Array.prototype.at and String.prototype.at.
|
|
102
42
|
|
|
103
43
|
#### Remarks
|
|
104
44
|
|
|
105
|
-
Available in Chrome, Edge, Firefox, Safari
|
|
106
|
-
|
|
107
|
-
***
|
|
108
|
-
|
|
109
|
-
### ATOB
|
|
110
|
-
|
|
111
|
-
> **ATOB**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
112
|
-
|
|
113
|
-
Existence of the global functions atob and btoa.
|
|
114
|
-
|
|
115
|
-
#### Remarks
|
|
116
|
-
|
|
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.
|
|
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
|
|
|
@@ -434,7 +280,7 @@ Existence of the native function Array.prototype.fill.
|
|
|
434
280
|
|
|
435
281
|
#### Remarks
|
|
436
282
|
|
|
437
|
-
Available in Chrome, Edge, Firefox, Safari
|
|
283
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
438
284
|
|
|
439
285
|
***
|
|
440
286
|
|
|
@@ -446,17 +292,7 @@ Existence of the native function Array.prototype.flat.
|
|
|
446
292
|
|
|
447
293
|
#### Remarks
|
|
448
294
|
|
|
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`.
|
|
295
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
460
296
|
|
|
461
297
|
***
|
|
462
298
|
|
|
@@ -468,7 +304,7 @@ Existence of the function String.fromCodePoint.
|
|
|
468
304
|
|
|
469
305
|
#### Remarks
|
|
470
306
|
|
|
471
|
-
Available in Chrome, Edge, Firefox, Safari
|
|
307
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
472
308
|
|
|
473
309
|
***
|
|
474
310
|
|
|
@@ -480,7 +316,7 @@ A string representation of dynamically generated functions where the character a
|
|
|
480
316
|
|
|
481
317
|
#### Remarks
|
|
482
318
|
|
|
483
|
-
Available in Chrome, Edge, Firefox, Safari
|
|
319
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
484
320
|
|
|
485
321
|
***
|
|
486
322
|
|
|
@@ -492,77 +328,7 @@ A string representation of dynamically generated functions where the character a
|
|
|
492
328
|
|
|
493
329
|
#### Remarks
|
|
494
330
|
|
|
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.
|
|
331
|
+
Available in Internet Explorer.
|
|
566
332
|
|
|
567
333
|
***
|
|
568
334
|
|
|
@@ -582,14 +348,6 @@ Features available in Internet Explorer 11 on Windows 10.
|
|
|
582
348
|
|
|
583
349
|
***
|
|
584
350
|
|
|
585
|
-
### IE\_9
|
|
586
|
-
|
|
587
|
-
> **IE\_9**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
588
|
-
|
|
589
|
-
Features available in Internet Explorer 9.
|
|
590
|
-
|
|
591
|
-
***
|
|
592
|
-
|
|
593
351
|
### IE\_SRC
|
|
594
352
|
|
|
595
353
|
> **IE\_SRC**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -612,19 +370,7 @@ The ability to use unary increment operators with string characters, like in \(
|
|
|
612
370
|
|
|
613
371
|
#### Remarks
|
|
614
372
|
|
|
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+.
|
|
373
|
+
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
374
|
|
|
629
375
|
***
|
|
630
376
|
|
|
@@ -640,18 +386,6 @@ Available in Chrome, Edge, Firefox 131+, Safari 18.4+, Opera, and Node.js 22.0+.
|
|
|
640
386
|
|
|
641
387
|
***
|
|
642
388
|
|
|
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
389
|
### LOCALE\_INFINITY
|
|
656
390
|
|
|
657
391
|
> **LOCALE\_INFINITY**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -660,19 +394,7 @@ Language sensitive string representation of Infinity as "∞".
|
|
|
660
394
|
|
|
661
395
|
#### Remarks
|
|
662
396
|
|
|
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+.
|
|
397
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari, Opera, and Node.js.
|
|
676
398
|
|
|
677
399
|
***
|
|
678
400
|
|
|
@@ -684,7 +406,7 @@ Localized number formatting for Bengali.
|
|
|
684
406
|
|
|
685
407
|
#### Remarks
|
|
686
408
|
|
|
687
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari
|
|
409
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari before 18.4, Opera, and Node.js.
|
|
688
410
|
|
|
689
411
|
***
|
|
690
412
|
|
|
@@ -694,35 +416,11 @@ Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari 1
|
|
|
694
416
|
|
|
695
417
|
Extended localized number formatting.
|
|
696
418
|
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
#### Remarks
|
|
700
|
-
|
|
701
|
-
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari 10.0+, Opera, Android Browser 4.4, and Node.js 13+. This feature is not available inside web workers in Safari 18.4+.
|
|
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".
|
|
419
|
+
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 \("ناعدد"\).
|
|
722
420
|
|
|
723
421
|
#### Remarks
|
|
724
422
|
|
|
725
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and
|
|
423
|
+
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari, Opera, and Node.js.
|
|
726
424
|
|
|
727
425
|
***
|
|
728
426
|
|
|
@@ -734,7 +432,7 @@ Existence of the name property for functions.
|
|
|
734
432
|
|
|
735
433
|
#### Remarks
|
|
736
434
|
|
|
737
|
-
Available in Chrome, Edge, Firefox, Safari, Opera,
|
|
435
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
738
436
|
|
|
739
437
|
***
|
|
740
438
|
|
|
@@ -746,7 +444,7 @@ A string representation of native functions typical for V8 or for Internet Explo
|
|
|
746
444
|
|
|
747
445
|
#### Remarks
|
|
748
446
|
|
|
749
|
-
Available in Chrome, Edge, Internet Explorer, Opera,
|
|
447
|
+
Available in Chrome, Edge, Internet Explorer, Opera, and Node.js.
|
|
750
448
|
|
|
751
449
|
***
|
|
752
450
|
|
|
@@ -760,19 +458,7 @@ A remarkable trait of this feature is the lack of line feed characters at the be
|
|
|
760
458
|
|
|
761
459
|
#### Remarks
|
|
762
460
|
|
|
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+.
|
|
461
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
776
462
|
|
|
777
463
|
***
|
|
778
464
|
|
|
@@ -790,75 +476,11 @@ Available in Firefox, Internet Explorer, and Safari.
|
|
|
790
476
|
|
|
791
477
|
***
|
|
792
478
|
|
|
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
|
|
818
|
-
|
|
819
|
-
> **NODE\_11**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
820
|
-
|
|
821
|
-
Features available in Node.js 11.
|
|
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
|
|
479
|
+
### NODE\_20
|
|
842
480
|
|
|
843
|
-
> **NODE\
|
|
481
|
+
> **NODE\_20**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
844
482
|
|
|
845
|
-
Features available in Node.js
|
|
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.
|
|
483
|
+
Features available in Node.js 20 to 21.
|
|
862
484
|
|
|
863
485
|
***
|
|
864
486
|
|
|
@@ -878,52 +500,6 @@ Features available in Node.js 22.12 to 22.14 and Node.js 23.3 or later.
|
|
|
878
500
|
|
|
879
501
|
***
|
|
880
502
|
|
|
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
503
|
### OBJECT\_ARRAY\_ENTRIES\_CTOR
|
|
928
504
|
|
|
929
505
|
> **OBJECT\_ARRAY\_ENTRIES\_CTOR**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
@@ -932,31 +508,7 @@ The property that the Array.prototype.entries\(\).constructor is the Object cons
|
|
|
932
508
|
|
|
933
509
|
#### Remarks
|
|
934
510
|
|
|
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.
|
|
511
|
+
Available in Firefox before 131, Safari before 18.4, and Node.js before 22.0.
|
|
960
512
|
|
|
961
513
|
***
|
|
962
514
|
|
|
@@ -968,19 +520,7 @@ The property that the string representation of the global object self starts wit
|
|
|
968
520
|
|
|
969
521
|
#### Remarks
|
|
970
522
|
|
|
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.
|
|
523
|
+
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
524
|
|
|
985
525
|
***
|
|
986
526
|
|
|
@@ -992,7 +532,7 @@ Existence of the global object Intl having the string representation "\[object O
|
|
|
992
532
|
|
|
993
533
|
#### Remarks
|
|
994
534
|
|
|
995
|
-
Available in Internet Explorer
|
|
535
|
+
Available in Internet Explorer.
|
|
996
536
|
|
|
997
537
|
***
|
|
998
538
|
|
|
@@ -1004,7 +544,7 @@ The property that the string representation of String.prototype.matchAll\(\) eva
|
|
|
1004
544
|
|
|
1005
545
|
#### Remarks
|
|
1006
546
|
|
|
1007
|
-
Available in Chrome, Edge, Firefox, Safari
|
|
547
|
+
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
1008
548
|
|
|
1009
549
|
***
|
|
1010
550
|
|
|
@@ -1018,75 +558,35 @@ An alias for `SAFARI_18_4`.
|
|
|
1018
558
|
|
|
1019
559
|
***
|
|
1020
560
|
|
|
1021
|
-
### SAFARI\
|
|
1022
|
-
|
|
1023
|
-
> **SAFARI\_10\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1024
|
-
|
|
1025
|
-
Features available in Safari 10.0.
|
|
1026
|
-
|
|
1027
|
-
***
|
|
1028
|
-
|
|
1029
|
-
### SAFARI\_10\_1
|
|
1030
|
-
|
|
1031
|
-
> **SAFARI\_10\_1**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1032
|
-
|
|
1033
|
-
Features available in Safari 10.1 and Safari 11.
|
|
1034
|
-
|
|
1035
|
-
***
|
|
1036
|
-
|
|
1037
|
-
### SAFARI\_12
|
|
1038
|
-
|
|
1039
|
-
> **SAFARI\_12**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1040
|
-
|
|
1041
|
-
Features available in Safari 12.
|
|
1042
|
-
|
|
1043
|
-
***
|
|
1044
|
-
|
|
1045
|
-
### SAFARI\_13
|
|
1046
|
-
|
|
1047
|
-
> **SAFARI\_13**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1048
|
-
|
|
1049
|
-
Features available in Safari 13 and Safari 14.0.0.
|
|
1050
|
-
|
|
1051
|
-
***
|
|
1052
|
-
|
|
1053
|
-
### SAFARI\_14\_0\_1
|
|
1054
|
-
|
|
1055
|
-
> **SAFARI\_14\_0\_1**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1056
|
-
|
|
1057
|
-
Features available in Safari 14.0.1 to 14.0.3.
|
|
1058
|
-
|
|
1059
|
-
***
|
|
1060
|
-
|
|
1061
|
-
### SAFARI\_14\_1
|
|
561
|
+
### SAFARI\_17\_4
|
|
1062
562
|
|
|
1063
|
-
> **SAFARI\
|
|
563
|
+
> **SAFARI\_17\_4**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1064
564
|
|
|
1065
|
-
Features available in Safari
|
|
565
|
+
Features available in Safari 17.4 to 17.6.
|
|
1066
566
|
|
|
1067
|
-
|
|
567
|
+
#### Remarks
|
|
1068
568
|
|
|
1069
|
-
|
|
569
|
+
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
570
|
|
|
1071
|
-
|
|
571
|
+
#### See
|
|
1072
572
|
|
|
1073
|
-
|
|
573
|
+
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
1074
574
|
|
|
1075
575
|
***
|
|
1076
576
|
|
|
1077
|
-
### SAFARI\
|
|
577
|
+
### SAFARI\_18\_0
|
|
1078
578
|
|
|
1079
|
-
> **SAFARI\
|
|
579
|
+
> **SAFARI\_18\_0**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1080
580
|
|
|
1081
|
-
Features available in Safari
|
|
581
|
+
Features available in Safari 18.0 to 18.3.
|
|
1082
582
|
|
|
1083
|
-
|
|
583
|
+
#### Remarks
|
|
1084
584
|
|
|
1085
|
-
|
|
585
|
+
This feature may be replaced or removed in the near future when current browser versions become obsolete.
|
|
1086
586
|
|
|
1087
|
-
|
|
587
|
+
#### See
|
|
1088
588
|
|
|
1089
|
-
|
|
589
|
+
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
1090
590
|
|
|
1091
591
|
***
|
|
1092
592
|
|
|
@@ -1096,29 +596,33 @@ Features available in Safari 18.0 to 18.3.
|
|
|
1096
596
|
|
|
1097
597
|
Features available in Safari 18.4 or later.
|
|
1098
598
|
|
|
1099
|
-
|
|
599
|
+
#### Remarks
|
|
1100
600
|
|
|
1101
|
-
|
|
601
|
+
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
602
|
|
|
1103
|
-
|
|
603
|
+
#### See
|
|
1104
604
|
|
|
1105
|
-
|
|
605
|
+
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
1106
606
|
|
|
1107
607
|
***
|
|
1108
608
|
|
|
1109
|
-
### SAFARI\
|
|
609
|
+
### SAFARI\_PRE\_PREV
|
|
610
|
+
|
|
611
|
+
> **SAFARI\_PRE\_PREV**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1110
612
|
|
|
1111
|
-
|
|
613
|
+
Features available in the previous to previous version of Safari.
|
|
1112
614
|
|
|
1113
|
-
|
|
615
|
+
An alias for `SAFARI_17_4`.
|
|
1114
616
|
|
|
1115
617
|
***
|
|
1116
618
|
|
|
1117
|
-
### SAFARI\
|
|
619
|
+
### SAFARI\_PREV
|
|
620
|
+
|
|
621
|
+
> **SAFARI\_PREV**: [`PredefinedFeature`](PredefinedFeature.md)
|
|
1118
622
|
|
|
1119
|
-
|
|
623
|
+
Features available in the previous to current version of Safari.
|
|
1120
624
|
|
|
1121
|
-
|
|
625
|
+
An alias for `SAFARI_18_4`.
|
|
1122
626
|
|
|
1123
627
|
***
|
|
1124
628
|
|
|
@@ -1126,19 +630,11 @@ Features available in Safari 9.
|
|
|
1126
630
|
|
|
1127
631
|
> **SELF**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1128
632
|
|
|
1129
|
-
An alias for `ANY_WINDOW`.
|
|
1130
|
-
|
|
1131
|
-
***
|
|
1132
|
-
|
|
1133
|
-
### SELF\_OBJ
|
|
1134
|
-
|
|
1135
|
-
> **SELF\_OBJ**: [`ElementaryFeature`](ElementaryFeature.md)
|
|
1136
|
-
|
|
1137
633
|
Existence of the global object self whose string representation starts with "\[object ".
|
|
1138
634
|
|
|
1139
635
|
#### Remarks
|
|
1140
636
|
|
|
1141
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari,
|
|
637
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, and Opera.
|
|
1142
638
|
|
|
1143
639
|
***
|
|
1144
640
|
|
|
@@ -1150,7 +646,7 @@ Support for the two-letter locale name "ar" to format decimal numbers as Arabic
|
|
|
1150
646
|
|
|
1151
647
|
#### Remarks
|
|
1152
648
|
|
|
1153
|
-
Available in Firefox before 134, Internet Explorer
|
|
649
|
+
Available in Firefox before 134, Internet Explorer, Safari before 18.0, and Node.js before 22.12–22.14 and 23.3.
|
|
1154
650
|
|
|
1155
651
|
***
|
|
1156
652
|
|
|
@@ -1162,21 +658,7 @@ Existence of the global string status.
|
|
|
1162
658
|
|
|
1163
659
|
#### Remarks
|
|
1164
660
|
|
|
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.
|
|
661
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, and Opera. This feature is not available inside web workers.
|
|
1180
662
|
|
|
1181
663
|
***
|
|
1182
664
|
|
|
@@ -1190,7 +672,7 @@ Remarkable traits are the lack of line feed characters at the beginning and at t
|
|
|
1190
672
|
|
|
1191
673
|
#### Remarks
|
|
1192
674
|
|
|
1193
|
-
Available in Chrome, Edge, Opera,
|
|
675
|
+
Available in Chrome, Edge, Opera, and Node.js.
|
|
1194
676
|
|
|
1195
677
|
***
|
|
1196
678
|
|
|
@@ -1202,4 +684,4 @@ Existence of the global object self having the string representation "\[object W
|
|
|
1202
684
|
|
|
1203
685
|
#### Remarks
|
|
1204
686
|
|
|
1205
|
-
Available in Chrome, Edge, Firefox, Internet Explorer, Safari,
|
|
687
|
+
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, and Opera. This feature is not available inside web workers.
|