jscrewit 2.34.0 → 2.35.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/api-doc/README.md +85 -11
- package/api-doc/interfaces/CustomFeature.md +2 -2
- package/api-doc/interfaces/ElementaryFeature.md +2 -2
- package/api-doc/interfaces/EncodeOptions.md +4 -4
- package/api-doc/interfaces/Feature.md +7 -8
- package/api-doc/interfaces/FeatureAll.md +57 -57
- package/api-doc/interfaces/FeatureConstructor.md +79 -80
- package/api-doc/interfaces/PredefinedFeature.md +2 -2
- package/api-doc/interfaces/default.md +0 -2
- package/api-doc/interfaces/encode.md +1 -1
- package/lib/encode.d.ts +14 -7
- package/lib/feature.d.ts +19 -15
- package/lib/jscrewit.d.ts +2 -2
- package/lib/jscrewit.js +240 -162
- package/lib/jscrewit.min.js +2 -2
- package/package.json +2 -2
|
@@ -136,7 +136,7 @@ ___
|
|
|
136
136
|
|
|
137
137
|
Existence of the global object document whose string representation starts with "\[object " and ends with "Document\]".
|
|
138
138
|
|
|
139
|
-
**`
|
|
139
|
+
**`Remarks`**
|
|
140
140
|
|
|
141
141
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
142
142
|
|
|
@@ -148,7 +148,7 @@ ___
|
|
|
148
148
|
|
|
149
149
|
Existence of the global object self whose string representation starts with "\[object " and ends with "Window\]".
|
|
150
150
|
|
|
151
|
-
**`
|
|
151
|
+
**`Remarks`**
|
|
152
152
|
|
|
153
153
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
154
154
|
|
|
@@ -160,7 +160,7 @@ ___
|
|
|
160
160
|
|
|
161
161
|
The property that the string representation of Array.prototype.entries\(\) starts with "\[object Array" and ends with "\]" at index 21 or 22.
|
|
162
162
|
|
|
163
|
-
**`
|
|
163
|
+
**`Remarks`**
|
|
164
164
|
|
|
165
165
|
Available in Chrome, Edge, Firefox, Safari 7.1+, Opera, and Node.js 0.12+.
|
|
166
166
|
|
|
@@ -172,7 +172,7 @@ ___
|
|
|
172
172
|
|
|
173
173
|
Support for arrow functions.
|
|
174
174
|
|
|
175
|
-
**`
|
|
175
|
+
**`Remarks`**
|
|
176
176
|
|
|
177
177
|
Available in Chrome, Edge, Firefox, Safari 10+, Opera, and Node.js 4+.
|
|
178
178
|
|
|
@@ -184,7 +184,7 @@ ___
|
|
|
184
184
|
|
|
185
185
|
Existence of the native function Array.prototype.at.
|
|
186
186
|
|
|
187
|
-
**`
|
|
187
|
+
**`Remarks`**
|
|
188
188
|
|
|
189
189
|
Available in Chrome, Edge, Firefox, Safari 15.4+, Opera, and Node.js 16.6+.
|
|
190
190
|
|
|
@@ -196,7 +196,7 @@ ___
|
|
|
196
196
|
|
|
197
197
|
Existence of the global functions atob and btoa.
|
|
198
198
|
|
|
199
|
-
**`
|
|
199
|
+
**`Remarks`**
|
|
200
200
|
|
|
201
201
|
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.
|
|
202
202
|
|
|
@@ -216,7 +216,7 @@ ___
|
|
|
216
216
|
|
|
217
217
|
Existence of the global object statusbar having the string representation "\[object BarProp\]".
|
|
218
218
|
|
|
219
|
-
**`
|
|
219
|
+
**`Remarks`**
|
|
220
220
|
|
|
221
221
|
Available in Chrome, Edge, Firefox, Safari, Opera, and Android Browser 4.4. This feature is not available inside web workers.
|
|
222
222
|
|
|
@@ -238,7 +238,7 @@ ___
|
|
|
238
238
|
|
|
239
239
|
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.
|
|
240
240
|
|
|
241
|
-
**`
|
|
241
|
+
**`Remarks`**
|
|
242
242
|
|
|
243
243
|
Available in Internet Explorer.
|
|
244
244
|
|
|
@@ -260,11 +260,11 @@ ___
|
|
|
260
260
|
|
|
261
261
|
Features available in Chrome 92, Edge 92 and Opera 78 or later.
|
|
262
262
|
|
|
263
|
-
**`
|
|
263
|
+
**`Remarks`**
|
|
264
264
|
|
|
265
265
|
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_92` for long term support.
|
|
266
266
|
|
|
267
|
-
**`
|
|
267
|
+
**`See`**
|
|
268
268
|
|
|
269
269
|
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
270
270
|
|
|
@@ -298,7 +298,7 @@ Existence of the global object console having the string representation "\[objec
|
|
|
298
298
|
|
|
299
299
|
This feature may become unavailable when certain browser extensions are active.
|
|
300
300
|
|
|
301
|
-
**`
|
|
301
|
+
**`Remarks`**
|
|
302
302
|
|
|
303
303
|
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.
|
|
304
304
|
|
|
@@ -318,7 +318,7 @@ ___
|
|
|
318
318
|
|
|
319
319
|
Existence of the global object document having the string representation "\[object Document\]".
|
|
320
320
|
|
|
321
|
-
**`
|
|
321
|
+
**`Remarks`**
|
|
322
322
|
|
|
323
323
|
Available in Internet Explorer before 11. This feature is not available inside web workers.
|
|
324
324
|
|
|
@@ -330,7 +330,7 @@ ___
|
|
|
330
330
|
|
|
331
331
|
Existence of the global object self having the string representation "\[object DOMWindow\]".
|
|
332
332
|
|
|
333
|
-
**`
|
|
333
|
+
**`Remarks`**
|
|
334
334
|
|
|
335
335
|
Available in Android Browser before 4.4. This feature is not available inside web workers.
|
|
336
336
|
|
|
@@ -342,7 +342,7 @@ ___
|
|
|
342
342
|
|
|
343
343
|
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.
|
|
344
344
|
|
|
345
|
-
**`
|
|
345
|
+
**`Remarks`**
|
|
346
346
|
|
|
347
347
|
Available in Android Browser and Node.js before 0.12.
|
|
348
348
|
|
|
@@ -354,7 +354,7 @@ ___
|
|
|
354
354
|
|
|
355
355
|
The property that double quotation marks in the argument of String.prototype.fontcolor are escaped as "\"".
|
|
356
356
|
|
|
357
|
-
**`
|
|
357
|
+
**`Remarks`**
|
|
358
358
|
|
|
359
359
|
Available in Chrome, Edge, Firefox, Safari, Opera, Android Browser, and Node.js.
|
|
360
360
|
|
|
@@ -366,7 +366,7 @@ ___
|
|
|
366
366
|
|
|
367
367
|
The property that only double quotation marks and no other characters in the argument of String.prototype.fontcolor are escaped into HTML entities.
|
|
368
368
|
|
|
369
|
-
**`
|
|
369
|
+
**`Remarks`**
|
|
370
370
|
|
|
371
371
|
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js 0.12+.
|
|
372
372
|
|
|
@@ -378,7 +378,7 @@ ___
|
|
|
378
378
|
|
|
379
379
|
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.
|
|
380
380
|
|
|
381
|
-
**`
|
|
381
|
+
**`Remarks`**
|
|
382
382
|
|
|
383
383
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Node.js 12+.
|
|
384
384
|
|
|
@@ -390,7 +390,7 @@ ___
|
|
|
390
390
|
|
|
391
391
|
Having regular expressions created with the RegExp constructor use escape sequences starting with a backslash to format slashes \("/"\) in their string representation.
|
|
392
392
|
|
|
393
|
-
**`
|
|
393
|
+
**`Remarks`**
|
|
394
394
|
|
|
395
395
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Node.js 4+.
|
|
396
396
|
|
|
@@ -412,11 +412,11 @@ ___
|
|
|
412
412
|
|
|
413
413
|
Features available in Firefox 90 or later.
|
|
414
414
|
|
|
415
|
-
**`
|
|
415
|
+
**`Remarks`**
|
|
416
416
|
|
|
417
417
|
This feature may be replaced or removed in the near future when current browser versions become obsolete. Use `FF`, `FF_ESR`, or `FF_PREV` instead of `FF_90` for long term support.
|
|
418
418
|
|
|
419
|
-
**`
|
|
419
|
+
**`See`**
|
|
420
420
|
|
|
421
421
|
[Engine Support Policy](https://github.com/fasttime/JScrewIt#engine-support-policy)
|
|
422
422
|
|
|
@@ -450,7 +450,7 @@ A string representation of native functions typical for Firefox and Safari.
|
|
|
450
450
|
|
|
451
451
|
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.
|
|
452
452
|
|
|
453
|
-
**`
|
|
453
|
+
**`Remarks`**
|
|
454
454
|
|
|
455
455
|
Available in Firefox and Safari.
|
|
456
456
|
|
|
@@ -462,7 +462,7 @@ ___
|
|
|
462
462
|
|
|
463
463
|
Existence of the native function Array.prototype.fill.
|
|
464
464
|
|
|
465
|
-
**`
|
|
465
|
+
**`Remarks`**
|
|
466
466
|
|
|
467
467
|
Available in Chrome, Edge, Firefox, Safari 7.1+, Opera, and Node.js 4+.
|
|
468
468
|
|
|
@@ -474,7 +474,7 @@ ___
|
|
|
474
474
|
|
|
475
475
|
Existence of the native function Array.prototype.flat.
|
|
476
476
|
|
|
477
|
-
**`
|
|
477
|
+
**`Remarks`**
|
|
478
478
|
|
|
479
479
|
Available in Chrome, Edge, Firefox, Safari 12+, Opera, and Node.js 11+.
|
|
480
480
|
|
|
@@ -486,7 +486,7 @@ ___
|
|
|
486
486
|
|
|
487
487
|
Existence of the function String.fromCodePoint.
|
|
488
488
|
|
|
489
|
-
**`
|
|
489
|
+
**`Remarks`**
|
|
490
490
|
|
|
491
491
|
Available in Chrome, Edge, Firefox, Safari 9+, Opera, and Node.js 4+.
|
|
492
492
|
|
|
@@ -498,7 +498,7 @@ ___
|
|
|
498
498
|
|
|
499
499
|
A string representation of dynamically generated functions where the character at index 19 is a line feed \("\\n"\).
|
|
500
500
|
|
|
501
|
-
**`
|
|
501
|
+
**`Remarks`**
|
|
502
502
|
|
|
503
503
|
Available in Chrome, Edge, Firefox, Opera, and Node.js 10+.
|
|
504
504
|
|
|
@@ -510,7 +510,7 @@ ___
|
|
|
510
510
|
|
|
511
511
|
A string representation of dynamically generated functions where the character at index 22 is a line feed \("\\n"\).
|
|
512
512
|
|
|
513
|
-
**`
|
|
513
|
+
**`Remarks`**
|
|
514
514
|
|
|
515
515
|
Available in Internet Explorer, Safari 9+, Android Browser, and Node.js before 10.
|
|
516
516
|
|
|
@@ -522,7 +522,7 @@ ___
|
|
|
522
522
|
|
|
523
523
|
Ability to call Array.prototype.toString with a non-array binding.
|
|
524
524
|
|
|
525
|
-
**`
|
|
525
|
+
**`Remarks`**
|
|
526
526
|
|
|
527
527
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, Android Browser 4.1+, and Node.js.
|
|
528
528
|
|
|
@@ -534,7 +534,7 @@ ___
|
|
|
534
534
|
|
|
535
535
|
Having the global function toString return the string "\[object Undefined\]" when invoked without a binding.
|
|
536
536
|
|
|
537
|
-
**`
|
|
537
|
+
**`Remarks`**
|
|
538
538
|
|
|
539
539
|
Available in Chrome, Edge, Firefox, Safari, Opera, and Node.js.
|
|
540
540
|
|
|
@@ -548,7 +548,7 @@ Presence of the text "GMT" after the first 25 characters in the string returned
|
|
|
548
548
|
|
|
549
549
|
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.
|
|
550
550
|
|
|
551
|
-
**`
|
|
551
|
+
**`Remarks`**
|
|
552
552
|
|
|
553
553
|
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari, Opera, Android Browser, and Node.js.
|
|
554
554
|
|
|
@@ -560,7 +560,7 @@ ___
|
|
|
560
560
|
|
|
561
561
|
Existence of the global object history having the string representation "\[object History\]".
|
|
562
562
|
|
|
563
|
-
**`
|
|
563
|
+
**`Remarks`**
|
|
564
564
|
|
|
565
565
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
566
566
|
|
|
@@ -572,7 +572,7 @@ ___
|
|
|
572
572
|
|
|
573
573
|
Existence of the global object Audio whose string representation starts with "function HTMLAudioElement".
|
|
574
574
|
|
|
575
|
-
**`
|
|
575
|
+
**`Remarks`**
|
|
576
576
|
|
|
577
577
|
Available in Android Browser 4.4. This feature is not available inside web workers.
|
|
578
578
|
|
|
@@ -584,7 +584,7 @@ ___
|
|
|
584
584
|
|
|
585
585
|
Existence of the global object document having the string representation "\[object HTMLDocument\]".
|
|
586
586
|
|
|
587
|
-
**`
|
|
587
|
+
**`Remarks`**
|
|
588
588
|
|
|
589
589
|
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
590
590
|
|
|
@@ -630,7 +630,7 @@ A string representation of native functions typical for Internet Explorer.
|
|
|
630
630
|
|
|
631
631
|
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.
|
|
632
632
|
|
|
633
|
-
**`
|
|
633
|
+
**`Remarks`**
|
|
634
634
|
|
|
635
635
|
Available in Internet Explorer.
|
|
636
636
|
|
|
@@ -642,7 +642,7 @@ ___
|
|
|
642
642
|
|
|
643
643
|
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.
|
|
644
644
|
|
|
645
|
-
**`
|
|
645
|
+
**`Remarks`**
|
|
646
646
|
|
|
647
647
|
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+.
|
|
648
648
|
|
|
@@ -654,7 +654,7 @@ ___
|
|
|
654
654
|
|
|
655
655
|
Existence of the global object Intl.
|
|
656
656
|
|
|
657
|
-
**`
|
|
657
|
+
**`Remarks`**
|
|
658
658
|
|
|
659
659
|
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10+, Opera, Android Browser 4.4, and Node.js 0.12+.
|
|
660
660
|
|
|
@@ -666,7 +666,7 @@ ___
|
|
|
666
666
|
|
|
667
667
|
Language sensitive string representation of Infinity as "∞".
|
|
668
668
|
|
|
669
|
-
**`
|
|
669
|
+
**`Remarks`**
|
|
670
670
|
|
|
671
671
|
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari 10+, Opera, Android Browser 4.4, and Node.js 0.12+.
|
|
672
672
|
|
|
@@ -678,7 +678,7 @@ ___
|
|
|
678
678
|
|
|
679
679
|
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 "٬".
|
|
680
680
|
|
|
681
|
-
**`
|
|
681
|
+
**`Remarks`**
|
|
682
682
|
|
|
683
683
|
Available in Chrome, Edge, Firefox, Internet Explorer 11, Safari 10+, Opera, Android Browser 4.4, and Node.js 13+.
|
|
684
684
|
|
|
@@ -692,7 +692,7 @@ Extended localized number formatting.
|
|
|
692
692
|
|
|
693
693
|
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 \("ناعدد"\).
|
|
694
694
|
|
|
695
|
-
**`
|
|
695
|
+
**`Remarks`**
|
|
696
696
|
|
|
697
697
|
Available in Chrome, Edge, Firefox, Internet Explorer 11 on Windows 10, Safari 10+, Opera, Android Browser 4.4, and Node.js 13+.
|
|
698
698
|
|
|
@@ -704,7 +704,7 @@ ___
|
|
|
704
704
|
|
|
705
705
|
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\]".
|
|
706
706
|
|
|
707
|
-
**`
|
|
707
|
+
**`Remarks`**
|
|
708
708
|
|
|
709
709
|
Available in Chrome, Edge, Firefox, Safari, Opera, and Android Browser.
|
|
710
710
|
|
|
@@ -716,7 +716,7 @@ ___
|
|
|
716
716
|
|
|
717
717
|
Existence of the name property for functions.
|
|
718
718
|
|
|
719
|
-
**`
|
|
719
|
+
**`Remarks`**
|
|
720
720
|
|
|
721
721
|
Available in Chrome, Edge, Firefox, Safari, Opera, Android Browser, and Node.js.
|
|
722
722
|
|
|
@@ -728,7 +728,7 @@ ___
|
|
|
728
728
|
|
|
729
729
|
Existence of the global object Node having the string representation "\[object NodeConstructor\]".
|
|
730
730
|
|
|
731
|
-
**`
|
|
731
|
+
**`Remarks`**
|
|
732
732
|
|
|
733
733
|
Available in Safari before 10. This feature is not available inside web workers.
|
|
734
734
|
|
|
@@ -828,7 +828,7 @@ ___
|
|
|
828
828
|
|
|
829
829
|
A string representation of native functions typical for V8 or for Internet Explorer but not for Firefox and Safari.
|
|
830
830
|
|
|
831
|
-
**`
|
|
831
|
+
**`Remarks`**
|
|
832
832
|
|
|
833
833
|
Available in Chrome, Edge, Internet Explorer, Opera, Android Browser, and Node.js.
|
|
834
834
|
|
|
@@ -842,7 +842,7 @@ A string representation of native functions typical for most engines with the no
|
|
|
842
842
|
|
|
843
843
|
A remarkable trait of this feature is the lack of line feed characters at the beginning and at the end of the string.
|
|
844
844
|
|
|
845
|
-
**`
|
|
845
|
+
**`Remarks`**
|
|
846
846
|
|
|
847
847
|
Available in Chrome, Edge, Firefox, Safari, Opera, Android Browser, and Node.js.
|
|
848
848
|
|
|
@@ -854,7 +854,7 @@ ___
|
|
|
854
854
|
|
|
855
855
|
The property that the string representation of Array.prototype.entries\(\) evaluates to "\[object Array Iterator\]" and that Array.prototype.entries\(\).constructor is the global function Object.
|
|
856
856
|
|
|
857
|
-
**`
|
|
857
|
+
**`Remarks`**
|
|
858
858
|
|
|
859
859
|
Available in Chrome, Edge, Firefox, Safari 9+, Opera, and Node.js 0.12+.
|
|
860
860
|
|
|
@@ -868,7 +868,7 @@ A string representation of native functions typical for Firefox, Internet Explor
|
|
|
868
868
|
|
|
869
869
|
A most remarkable trait of this feature is the presence of a line feed followed by four whitespaces \("\\n "\) before the "\[native code\]" sequence.
|
|
870
870
|
|
|
871
|
-
**`
|
|
871
|
+
**`Remarks`**
|
|
872
872
|
|
|
873
873
|
Available in Firefox, Internet Explorer, and Safari.
|
|
874
874
|
|
|
@@ -880,7 +880,7 @@ ___
|
|
|
880
880
|
|
|
881
881
|
Existence of the global function location.constructor whose string representation starts with "\[object L"
|
|
882
882
|
|
|
883
|
-
**`
|
|
883
|
+
**`Remarks`**
|
|
884
884
|
|
|
885
885
|
Available in Internet Explorer and Safari before 10. This feature is not available inside web workers.
|
|
886
886
|
|
|
@@ -892,7 +892,7 @@ ___
|
|
|
892
892
|
|
|
893
893
|
Having the function Object.prototype.toString return the string "\[object Undefined\]" when invoked without a binding.
|
|
894
894
|
|
|
895
|
-
**`
|
|
895
|
+
**`Remarks`**
|
|
896
896
|
|
|
897
897
|
Available in Chrome, Edge, Firefox, Internet Explorer 10+, Safari, Opera, Android Browser 4.1+, and Node.js.
|
|
898
898
|
|
|
@@ -904,7 +904,7 @@ ___
|
|
|
904
904
|
|
|
905
905
|
The property that the string representation of the global object constructor starts with "\[object W"
|
|
906
906
|
|
|
907
|
-
**`
|
|
907
|
+
**`Remarks`**
|
|
908
908
|
|
|
909
909
|
Available in Internet Explorer and Safari before 10. This feature is not available inside web workers in Safari before 10.
|
|
910
910
|
|
|
@@ -916,7 +916,7 @@ ___
|
|
|
916
916
|
|
|
917
917
|
Existence of the global object location.constructor whose string representation starts with "\[object " and ends with "LocationConstructor\]"
|
|
918
918
|
|
|
919
|
-
**`
|
|
919
|
+
**`Remarks`**
|
|
920
920
|
|
|
921
921
|
Available in Safari before 10.
|
|
922
922
|
|
|
@@ -928,7 +928,7 @@ ___
|
|
|
928
928
|
|
|
929
929
|
Existence of the global object Intl having the string representation "\[object Object\]"
|
|
930
930
|
|
|
931
|
-
**`
|
|
931
|
+
**`Remarks`**
|
|
932
932
|
|
|
933
933
|
Available in Internet Explorer 11, Safari 10+ before 14.0.1, Android Browser 4.4, and Node.js 0.12+ before 15.
|
|
934
934
|
|
|
@@ -940,7 +940,7 @@ ___
|
|
|
940
940
|
|
|
941
941
|
The property that the string representation of String.prototype.matchAll\(\) evaluates to "\[object RegExp String Iterator\]".
|
|
942
942
|
|
|
943
|
-
**`
|
|
943
|
+
**`Remarks`**
|
|
944
944
|
|
|
945
945
|
Available in Chrome, Edge, Firefox, Safari 13+, Opera, and Node.js 12+.
|
|
946
946
|
|
|
@@ -1042,7 +1042,7 @@ ___
|
|
|
1042
1042
|
|
|
1043
1043
|
Existence of the global object self whose string representation starts with "\[object ".
|
|
1044
1044
|
|
|
1045
|
-
**`
|
|
1045
|
+
**`Remarks`**
|
|
1046
1046
|
|
|
1047
1047
|
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.
|
|
1048
1048
|
|
|
@@ -1054,7 +1054,7 @@ ___
|
|
|
1054
1054
|
|
|
1055
1055
|
Support for the two-letter locale name "ar" to format decimal numbers as Arabic numerals.
|
|
1056
1056
|
|
|
1057
|
-
**`
|
|
1057
|
+
**`Remarks`**
|
|
1058
1058
|
|
|
1059
1059
|
Available in Firefox, Internet Explorer 11, Safari 10+, Android Browser 4.4, and Node.js 13+.
|
|
1060
1060
|
|
|
@@ -1066,7 +1066,7 @@ ___
|
|
|
1066
1066
|
|
|
1067
1067
|
Existence of the global string status.
|
|
1068
1068
|
|
|
1069
|
-
**`
|
|
1069
|
+
**`Remarks`**
|
|
1070
1070
|
|
|
1071
1071
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser. This feature is not available inside web workers.
|
|
1072
1072
|
|
|
@@ -1080,7 +1080,7 @@ The property that Object.prototype.toString.call\(\) evaluates to "\[object Unde
|
|
|
1080
1080
|
|
|
1081
1081
|
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.
|
|
1082
1082
|
|
|
1083
|
-
**`
|
|
1083
|
+
**`Remarks`**
|
|
1084
1084
|
|
|
1085
1085
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, Android Browser 4.1+, and Node.js.
|
|
1086
1086
|
|
|
@@ -1094,7 +1094,7 @@ A string representation of native functions typical for the V8 engine.
|
|
|
1094
1094
|
|
|
1095
1095
|
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.
|
|
1096
1096
|
|
|
1097
|
-
**`
|
|
1097
|
+
**`Remarks`**
|
|
1098
1098
|
|
|
1099
1099
|
Available in Chrome, Edge, Opera, Android Browser, and Node.js.
|
|
1100
1100
|
|
|
@@ -1106,6 +1106,6 @@ ___
|
|
|
1106
1106
|
|
|
1107
1107
|
Existence of the global object self having the string representation "\[object Window\]".
|
|
1108
1108
|
|
|
1109
|
-
**`
|
|
1109
|
+
**`Remarks`**
|
|
1110
1110
|
|
|
1111
1111
|
Available in Chrome, Edge, Firefox, Internet Explorer, Safari, Opera, and Android Browser 4.4. This feature is not available inside web workers.
|