| OLD | NEW |
| 1 interface Array | |
| 2 attribute length | |
| 3 method concat | |
| 4 method constructor | |
| 5 method copyWithin | |
| 6 method entries | |
| 7 method every | |
| 8 method fill | |
| 9 method filter | |
| 10 method find | |
| 11 method findIndex | |
| 12 method forEach | |
| 13 method indexOf | |
| 14 method join | |
| 15 method keys | |
| 16 method lastIndexOf | |
| 17 method map | |
| 18 method pop | |
| 19 method push | |
| 20 method reduce | |
| 21 method reduceRight | |
| 22 method reverse | |
| 23 method shift | |
| 24 method slice | |
| 25 method some | |
| 26 method sort | |
| 27 method splice | |
| 28 method toLocaleString | |
| 29 method toString | |
| 30 method unshift | |
| 31 interface ArrayBuffer | |
| 32 getter byteLength | |
| 33 method constructor | |
| 34 method slice | |
| 35 interface Blob | 1 interface Blob |
| 36 getter size | 2 getter size |
| 37 getter type | 3 getter type |
| 38 method close | 4 method close |
| 39 method constructor | 5 method constructor |
| 40 method slice | 6 method slice |
| 41 interface Boolean | |
| 42 method constructor | |
| 43 method toString | |
| 44 method valueOf | |
| 45 interface Cache | 7 interface Cache |
| 46 method add | 8 method add |
| 47 method addAll | 9 method addAll |
| 48 method constructor | 10 method constructor |
| 49 method delete | 11 method delete |
| 50 method keys | 12 method keys |
| 51 method match | 13 method match |
| 52 method matchAll | 14 method matchAll |
| 53 method put | 15 method put |
| 54 interface CacheStorage | 16 interface CacheStorage |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 method getUint32 | 107 method getUint32 |
| 146 method getUint8 | 108 method getUint8 |
| 147 method setFloat32 | 109 method setFloat32 |
| 148 method setFloat64 | 110 method setFloat64 |
| 149 method setInt16 | 111 method setInt16 |
| 150 method setInt32 | 112 method setInt32 |
| 151 method setInt8 | 113 method setInt8 |
| 152 method setUint16 | 114 method setUint16 |
| 153 method setUint32 | 115 method setUint32 |
| 154 method setUint8 | 116 method setUint8 |
| 155 interface Date | |
| 156 method constructor | |
| 157 method getDate | |
| 158 method getDay | |
| 159 method getFullYear | |
| 160 method getHours | |
| 161 method getMilliseconds | |
| 162 method getMinutes | |
| 163 method getMonth | |
| 164 method getSeconds | |
| 165 method getTime | |
| 166 method getTimezoneOffset | |
| 167 method getUTCDate | |
| 168 method getUTCDay | |
| 169 method getUTCFullYear | |
| 170 method getUTCHours | |
| 171 method getUTCMilliseconds | |
| 172 method getUTCMinutes | |
| 173 method getUTCMonth | |
| 174 method getUTCSeconds | |
| 175 method getYear | |
| 176 method setDate | |
| 177 method setFullYear | |
| 178 method setHours | |
| 179 method setMilliseconds | |
| 180 method setMinutes | |
| 181 method setMonth | |
| 182 method setSeconds | |
| 183 method setTime | |
| 184 method setUTCDate | |
| 185 method setUTCFullYear | |
| 186 method setUTCHours | |
| 187 method setUTCMilliseconds | |
| 188 method setUTCMinutes | |
| 189 method setUTCMonth | |
| 190 method setUTCSeconds | |
| 191 method setYear | |
| 192 method toDateString | |
| 193 method toGMTString | |
| 194 method toISOString | |
| 195 method toJSON | |
| 196 method toLocaleDateString | |
| 197 method toLocaleString | |
| 198 method toLocaleTimeString | |
| 199 method toString | |
| 200 method toTimeString | |
| 201 method toUTCString | |
| 202 method valueOf | |
| 203 interface Error | |
| 204 attribute message | |
| 205 attribute name | |
| 206 method constructor | |
| 207 method toString | |
| 208 interface EvalError | |
| 209 attribute name | |
| 210 method constructor | |
| 211 interface Event | 117 interface Event |
| 212 attribute AT_TARGET | 118 attribute AT_TARGET |
| 213 attribute BLUR | 119 attribute BLUR |
| 214 attribute BUBBLING_PHASE | 120 attribute BUBBLING_PHASE |
| 215 attribute CAPTURING_PHASE | 121 attribute CAPTURING_PHASE |
| 216 attribute CHANGE | 122 attribute CHANGE |
| 217 attribute CLICK | 123 attribute CLICK |
| 218 attribute DBLCLICK | 124 attribute DBLCLICK |
| 219 attribute DRAGDROP | 125 attribute DRAGDROP |
| 220 attribute FOCUS | 126 attribute FOCUS |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 setter onload | 231 setter onload |
| 326 setter onloadend | 232 setter onloadend |
| 327 setter onloadstart | 233 setter onloadstart |
| 328 setter onprogress | 234 setter onprogress |
| 329 interface FileReaderSync | 235 interface FileReaderSync |
| 330 method constructor | 236 method constructor |
| 331 method readAsArrayBuffer | 237 method readAsArrayBuffer |
| 332 method readAsBinaryString | 238 method readAsBinaryString |
| 333 method readAsDataURL | 239 method readAsDataURL |
| 334 method readAsText | 240 method readAsText |
| 335 interface Float32Array | |
| 336 attribute BYTES_PER_ELEMENT | |
| 337 getter buffer | |
| 338 getter byteLength | |
| 339 getter byteOffset | |
| 340 getter length | |
| 341 method constructor | |
| 342 method copyWithin | |
| 343 method entries | |
| 344 method every | |
| 345 method fill | |
| 346 method filter | |
| 347 method find | |
| 348 method findIndex | |
| 349 method forEach | |
| 350 method indexOf | |
| 351 method join | |
| 352 method keys | |
| 353 method lastIndexOf | |
| 354 method map | |
| 355 method reduce | |
| 356 method reduceRight | |
| 357 method reverse | |
| 358 method set | |
| 359 method slice | |
| 360 method some | |
| 361 method sort | |
| 362 method subarray | |
| 363 method toLocaleString | |
| 364 method toString | |
| 365 method values | |
| 366 interface Float64Array | |
| 367 attribute BYTES_PER_ELEMENT | |
| 368 getter buffer | |
| 369 getter byteLength | |
| 370 getter byteOffset | |
| 371 getter length | |
| 372 method constructor | |
| 373 method copyWithin | |
| 374 method entries | |
| 375 method every | |
| 376 method fill | |
| 377 method filter | |
| 378 method find | |
| 379 method findIndex | |
| 380 method forEach | |
| 381 method indexOf | |
| 382 method join | |
| 383 method keys | |
| 384 method lastIndexOf | |
| 385 method map | |
| 386 method reduce | |
| 387 method reduceRight | |
| 388 method reverse | |
| 389 method set | |
| 390 method slice | |
| 391 method some | |
| 392 method sort | |
| 393 method subarray | |
| 394 method toLocaleString | |
| 395 method toString | |
| 396 method values | |
| 397 interface FormData | 241 interface FormData |
| 398 method append | 242 method append |
| 399 method constructor | 243 method constructor |
| 400 method delete | 244 method delete |
| 401 method entries | 245 method entries |
| 402 method forEach | 246 method forEach |
| 403 method get | 247 method get |
| 404 method getAll | 248 method getAll |
| 405 method has | 249 method has |
| 406 method keys | 250 method keys |
| 407 method set | 251 method set |
| 408 method values | 252 method values |
| 409 interface Function | |
| 410 attribute length | |
| 411 attribute name | |
| 412 getter arguments | |
| 413 getter caller | |
| 414 method apply | |
| 415 method bind | |
| 416 method call | |
| 417 method constructor | |
| 418 method toString | |
| 419 setter arguments | |
| 420 setter caller | |
| 421 interface GeofencingEvent | 253 interface GeofencingEvent |
| 422 getter id | 254 getter id |
| 423 getter region | 255 getter region |
| 424 method constructor | 256 method constructor |
| 425 interface Headers | 257 interface Headers |
| 426 method append | 258 method append |
| 427 method constructor | 259 method constructor |
| 428 method delete | 260 method delete |
| 429 method entries | 261 method entries |
| 430 method forEach | 262 method forEach |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 interface IDBVersionChangeEvent | 377 interface IDBVersionChangeEvent |
| 546 getter dataLoss | 378 getter dataLoss |
| 547 getter dataLossMessage | 379 getter dataLossMessage |
| 548 getter newVersion | 380 getter newVersion |
| 549 getter oldVersion | 381 getter oldVersion |
| 550 method constructor | 382 method constructor |
| 551 interface ImageData | 383 interface ImageData |
| 552 getter height | 384 getter height |
| 553 getter width | 385 getter width |
| 554 method constructor | 386 method constructor |
| 555 interface Int16Array | |
| 556 attribute BYTES_PER_ELEMENT | |
| 557 getter buffer | |
| 558 getter byteLength | |
| 559 getter byteOffset | |
| 560 getter length | |
| 561 method constructor | |
| 562 method copyWithin | |
| 563 method entries | |
| 564 method every | |
| 565 method fill | |
| 566 method filter | |
| 567 method find | |
| 568 method findIndex | |
| 569 method forEach | |
| 570 method indexOf | |
| 571 method join | |
| 572 method keys | |
| 573 method lastIndexOf | |
| 574 method map | |
| 575 method reduce | |
| 576 method reduceRight | |
| 577 method reverse | |
| 578 method set | |
| 579 method slice | |
| 580 method some | |
| 581 method sort | |
| 582 method subarray | |
| 583 method toLocaleString | |
| 584 method toString | |
| 585 method values | |
| 586 interface Int32Array | |
| 587 attribute BYTES_PER_ELEMENT | |
| 588 getter buffer | |
| 589 getter byteLength | |
| 590 getter byteOffset | |
| 591 getter length | |
| 592 method constructor | |
| 593 method copyWithin | |
| 594 method entries | |
| 595 method every | |
| 596 method fill | |
| 597 method filter | |
| 598 method find | |
| 599 method findIndex | |
| 600 method forEach | |
| 601 method indexOf | |
| 602 method join | |
| 603 method keys | |
| 604 method lastIndexOf | |
| 605 method map | |
| 606 method reduce | |
| 607 method reduceRight | |
| 608 method reverse | |
| 609 method set | |
| 610 method slice | |
| 611 method some | |
| 612 method sort | |
| 613 method subarray | |
| 614 method toLocaleString | |
| 615 method toString | |
| 616 method values | |
| 617 interface Int8Array | |
| 618 attribute BYTES_PER_ELEMENT | |
| 619 getter buffer | |
| 620 getter byteLength | |
| 621 getter byteOffset | |
| 622 getter length | |
| 623 method constructor | |
| 624 method copyWithin | |
| 625 method entries | |
| 626 method every | |
| 627 method fill | |
| 628 method filter | |
| 629 method find | |
| 630 method findIndex | |
| 631 method forEach | |
| 632 method indexOf | |
| 633 method join | |
| 634 method keys | |
| 635 method lastIndexOf | |
| 636 method map | |
| 637 method reduce | |
| 638 method reduceRight | |
| 639 method reverse | |
| 640 method set | |
| 641 method slice | |
| 642 method some | |
| 643 method sort | |
| 644 method subarray | |
| 645 method toLocaleString | |
| 646 method toString | |
| 647 method values | |
| 648 interface Map | |
| 649 getter size | |
| 650 method clear | |
| 651 method constructor | |
| 652 method delete | |
| 653 method entries | |
| 654 method forEach | |
| 655 method get | |
| 656 method has | |
| 657 method keys | |
| 658 method set | |
| 659 method values | |
| 660 interface MessageChannel | 387 interface MessageChannel |
| 661 getter port1 | 388 getter port1 |
| 662 getter port2 | 389 getter port2 |
| 663 method constructor | 390 method constructor |
| 664 interface MessageEvent | 391 interface MessageEvent |
| 665 getter data | 392 getter data |
| 666 getter lastEventId | 393 getter lastEventId |
| 667 getter origin | 394 getter origin |
| 668 getter ports | 395 getter ports |
| 669 getter source | 396 getter source |
| (...skipping 29 matching lines...) Expand all Loading... |
| 699 method close | 426 method close |
| 700 method constructor | 427 method constructor |
| 701 setter onclick | 428 setter onclick |
| 702 setter onclose | 429 setter onclose |
| 703 setter onerror | 430 setter onerror |
| 704 setter onshow | 431 setter onshow |
| 705 interface NotificationEvent | 432 interface NotificationEvent |
| 706 getter action | 433 getter action |
| 707 getter notification | 434 getter notification |
| 708 method constructor | 435 method constructor |
| 709 interface Number | |
| 710 method constructor | |
| 711 method toExponential | |
| 712 method toFixed | |
| 713 method toLocaleString | |
| 714 method toPrecision | |
| 715 method toString | |
| 716 method valueOf | |
| 717 interface Object | |
| 718 getter __proto__ | |
| 719 method __defineGetter__ | |
| 720 method __defineSetter__ | |
| 721 method __lookupGetter__ | |
| 722 method __lookupSetter__ | |
| 723 method constructor | |
| 724 method hasOwnProperty | |
| 725 method isPrototypeOf | |
| 726 method propertyIsEnumerable | |
| 727 method toLocaleString | |
| 728 method toString | |
| 729 method valueOf | |
| 730 setter __proto__ | |
| 731 interface PeriodicSyncEvent | 436 interface PeriodicSyncEvent |
| 732 getter registration | 437 getter registration |
| 733 method constructor | 438 method constructor |
| 734 interface PeriodicSyncManager | 439 interface PeriodicSyncManager |
| 735 getter minPossiblePeriod | 440 getter minPossiblePeriod |
| 736 method constructor | 441 method constructor |
| 737 method getRegistration | 442 method getRegistration |
| 738 method getRegistrations | 443 method getRegistrations |
| 739 method permissionState | 444 method permissionState |
| 740 method register | 445 method register |
| 741 interface PeriodicSyncRegistration | 446 interface PeriodicSyncRegistration |
| 742 getter minPeriod | 447 getter minPeriod |
| 743 getter networkState | 448 getter networkState |
| 744 getter powerState | 449 getter powerState |
| 745 getter tag | 450 getter tag |
| 746 method constructor | 451 method constructor |
| 747 method unregister | 452 method unregister |
| 748 interface PermissionStatus | 453 interface PermissionStatus |
| 749 getter onchange | 454 getter onchange |
| 750 getter state | 455 getter state |
| 751 getter status | 456 getter status |
| 752 method constructor | 457 method constructor |
| 753 setter onchange | 458 setter onchange |
| 754 interface Permissions | 459 interface Permissions |
| 755 method constructor | 460 method constructor |
| 756 method query | 461 method query |
| 757 method request | 462 method request |
| 758 method revoke | 463 method revoke |
| 759 interface Promise | |
| 760 method catch | |
| 761 method chain | |
| 762 method constructor | |
| 763 method then | |
| 764 interface PromiseRejectionEvent | 464 interface PromiseRejectionEvent |
| 765 getter promise | 465 getter promise |
| 766 getter reason | 466 getter reason |
| 767 method constructor | 467 method constructor |
| 768 interface PushEvent | 468 interface PushEvent |
| 769 getter data | 469 getter data |
| 770 method constructor | 470 method constructor |
| 771 interface PushManager | 471 interface PushManager |
| 772 method constructor | 472 method constructor |
| 773 method getSubscription | 473 method getSubscription |
| 774 method permissionState | 474 method permissionState |
| 775 method subscribe | 475 method subscribe |
| 776 interface PushMessageData | 476 interface PushMessageData |
| 777 method arrayBuffer | 477 method arrayBuffer |
| 778 method blob | 478 method blob |
| 779 method constructor | 479 method constructor |
| 780 method json | 480 method json |
| 781 method text | 481 method text |
| 782 interface PushSubscription | 482 interface PushSubscription |
| 783 getter curve25519dh | 483 getter curve25519dh |
| 784 getter endpoint | 484 getter endpoint |
| 785 method constructor | 485 method constructor |
| 786 method toJSON | 486 method toJSON |
| 787 method unsubscribe | 487 method unsubscribe |
| 788 interface RangeError | |
| 789 attribute name | |
| 790 method constructor | |
| 791 interface ReadableByteStream | 488 interface ReadableByteStream |
| 792 method cancel | 489 method cancel |
| 793 method constructor | 490 method constructor |
| 794 method getReader | 491 method getReader |
| 795 interface ReadableStream | 492 interface ReadableStream |
| 796 method cancel | 493 method cancel |
| 797 method constructor | 494 method constructor |
| 798 method getReader | 495 method getReader |
| 799 interface ReferenceError | |
| 800 attribute name | |
| 801 method constructor | |
| 802 interface RegExp | |
| 803 attribute global | |
| 804 attribute ignoreCase | |
| 805 attribute lastIndex | |
| 806 attribute multiline | |
| 807 attribute source | |
| 808 method compile | |
| 809 method constructor | |
| 810 method exec | |
| 811 method test | |
| 812 method toString | |
| 813 interface Request | 496 interface Request |
| 814 getter bodyUsed | 497 getter bodyUsed |
| 815 getter context | 498 getter context |
| 816 getter credentials | 499 getter credentials |
| 817 getter headers | 500 getter headers |
| 818 getter method | 501 getter method |
| 819 getter mode | 502 getter mode |
| 820 getter referrer | 503 getter referrer |
| 821 getter url | 504 getter url |
| 822 method arrayBuffer | 505 method arrayBuffer |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 900 getter periodicSync | 583 getter periodicSync |
| 901 getter pushManager | 584 getter pushManager |
| 902 getter scope | 585 getter scope |
| 903 getter sync | 586 getter sync |
| 904 method constructor | 587 method constructor |
| 905 method getNotifications | 588 method getNotifications |
| 906 method showNotification | 589 method showNotification |
| 907 method unregister | 590 method unregister |
| 908 method update | 591 method update |
| 909 setter onupdatefound | 592 setter onupdatefound |
| 910 interface Set | |
| 911 getter size | |
| 912 method add | |
| 913 method clear | |
| 914 method constructor | |
| 915 method delete | |
| 916 method entries | |
| 917 method forEach | |
| 918 method has | |
| 919 method keys | |
| 920 method values | |
| 921 interface StorageManager | 593 interface StorageManager |
| 922 method constructor | 594 method constructor |
| 923 method persistentPermission | 595 method persistentPermission |
| 924 method requestPersistent | 596 method requestPersistent |
| 925 interface String | |
| 926 attribute length | |
| 927 method anchor | |
| 928 method big | |
| 929 method blink | |
| 930 method bold | |
| 931 method charAt | |
| 932 method charCodeAt | |
| 933 method codePointAt | |
| 934 method concat | |
| 935 method constructor | |
| 936 method endsWith | |
| 937 method fixed | |
| 938 method fontcolor | |
| 939 method fontsize | |
| 940 method includes | |
| 941 method indexOf | |
| 942 method italics | |
| 943 method lastIndexOf | |
| 944 method link | |
| 945 method localeCompare | |
| 946 method match | |
| 947 method normalize | |
| 948 method repeat | |
| 949 method replace | |
| 950 method search | |
| 951 method slice | |
| 952 method small | |
| 953 method split | |
| 954 method startsWith | |
| 955 method strike | |
| 956 method sub | |
| 957 method substr | |
| 958 method substring | |
| 959 method sup | |
| 960 method toLocaleLowerCase | |
| 961 method toLocaleUpperCase | |
| 962 method toLowerCase | |
| 963 method toString | |
| 964 method toUpperCase | |
| 965 method trim | |
| 966 method trimLeft | |
| 967 method trimRight | |
| 968 method valueOf | |
| 969 interface SubtleCrypto | 597 interface SubtleCrypto |
| 970 method constructor | 598 method constructor |
| 971 method decrypt | 599 method decrypt |
| 972 method deriveBits | 600 method deriveBits |
| 973 method deriveKey | 601 method deriveKey |
| 974 method digest | 602 method digest |
| 975 method encrypt | 603 method encrypt |
| 976 method exportKey | 604 method exportKey |
| 977 method generateKey | 605 method generateKey |
| 978 method importKey | 606 method importKey |
| 979 method sign | 607 method sign |
| 980 method unwrapKey | 608 method unwrapKey |
| 981 method verify | 609 method verify |
| 982 method wrapKey | 610 method wrapKey |
| 983 interface Symbol | |
| 984 method constructor | |
| 985 method toString | |
| 986 method valueOf | |
| 987 interface SyncEvent | 611 interface SyncEvent |
| 988 getter registration | 612 getter registration |
| 989 method constructor | 613 method constructor |
| 990 interface SyncManager | 614 interface SyncManager |
| 991 method constructor | 615 method constructor |
| 992 method getRegistration | 616 method getRegistration |
| 993 method getRegistrations | 617 method getRegistrations |
| 994 method permissionState | 618 method permissionState |
| 995 method register | 619 method register |
| 996 interface SyncRegistration | 620 interface SyncRegistration |
| 997 getter done | 621 getter done |
| 998 getter tag | 622 getter tag |
| 999 method constructor | 623 method constructor |
| 1000 method unregister | 624 method unregister |
| 1001 interface SyntaxError | |
| 1002 attribute name | |
| 1003 method constructor | |
| 1004 interface TextDecoder | 625 interface TextDecoder |
| 1005 getter encoding | 626 getter encoding |
| 1006 getter fatal | 627 getter fatal |
| 1007 getter ignoreBOM | 628 getter ignoreBOM |
| 1008 method constructor | 629 method constructor |
| 1009 method decode | 630 method decode |
| 1010 interface TextEncoder | 631 interface TextEncoder |
| 1011 getter encoding | 632 getter encoding |
| 1012 method constructor | 633 method constructor |
| 1013 method encode | 634 method encode |
| 1014 interface TypeError | |
| 1015 attribute name | |
| 1016 method constructor | |
| 1017 interface URIError | |
| 1018 attribute name | |
| 1019 method constructor | |
| 1020 interface URL | 635 interface URL |
| 1021 getter hash | 636 getter hash |
| 1022 getter host | 637 getter host |
| 1023 getter hostname | 638 getter hostname |
| 1024 getter href | 639 getter href |
| 1025 getter origin | 640 getter origin |
| 1026 getter password | 641 getter password |
| 1027 getter pathname | 642 getter pathname |
| 1028 getter port | 643 getter port |
| 1029 getter protocol | 644 getter protocol |
| 1030 getter search | 645 getter search |
| 1031 getter username | 646 getter username |
| 1032 method constructor | 647 method constructor |
| 1033 method toString | 648 method toString |
| 1034 setter hash | 649 setter hash |
| 1035 setter host | 650 setter host |
| 1036 setter hostname | 651 setter hostname |
| 1037 setter href | 652 setter href |
| 1038 setter password | 653 setter password |
| 1039 setter pathname | 654 setter pathname |
| 1040 setter port | 655 setter port |
| 1041 setter protocol | 656 setter protocol |
| 1042 setter search | 657 setter search |
| 1043 setter username | 658 setter username |
| 1044 interface Uint16Array | |
| 1045 attribute BYTES_PER_ELEMENT | |
| 1046 getter buffer | |
| 1047 getter byteLength | |
| 1048 getter byteOffset | |
| 1049 getter length | |
| 1050 method constructor | |
| 1051 method copyWithin | |
| 1052 method entries | |
| 1053 method every | |
| 1054 method fill | |
| 1055 method filter | |
| 1056 method find | |
| 1057 method findIndex | |
| 1058 method forEach | |
| 1059 method indexOf | |
| 1060 method join | |
| 1061 method keys | |
| 1062 method lastIndexOf | |
| 1063 method map | |
| 1064 method reduce | |
| 1065 method reduceRight | |
| 1066 method reverse | |
| 1067 method set | |
| 1068 method slice | |
| 1069 method some | |
| 1070 method sort | |
| 1071 method subarray | |
| 1072 method toLocaleString | |
| 1073 method toString | |
| 1074 method values | |
| 1075 interface Uint32Array | |
| 1076 attribute BYTES_PER_ELEMENT | |
| 1077 getter buffer | |
| 1078 getter byteLength | |
| 1079 getter byteOffset | |
| 1080 getter length | |
| 1081 method constructor | |
| 1082 method copyWithin | |
| 1083 method entries | |
| 1084 method every | |
| 1085 method fill | |
| 1086 method filter | |
| 1087 method find | |
| 1088 method findIndex | |
| 1089 method forEach | |
| 1090 method indexOf | |
| 1091 method join | |
| 1092 method keys | |
| 1093 method lastIndexOf | |
| 1094 method map | |
| 1095 method reduce | |
| 1096 method reduceRight | |
| 1097 method reverse | |
| 1098 method set | |
| 1099 method slice | |
| 1100 method some | |
| 1101 method sort | |
| 1102 method subarray | |
| 1103 method toLocaleString | |
| 1104 method toString | |
| 1105 method values | |
| 1106 interface Uint8Array | |
| 1107 attribute BYTES_PER_ELEMENT | |
| 1108 getter buffer | |
| 1109 getter byteLength | |
| 1110 getter byteOffset | |
| 1111 getter length | |
| 1112 method constructor | |
| 1113 method copyWithin | |
| 1114 method entries | |
| 1115 method every | |
| 1116 method fill | |
| 1117 method filter | |
| 1118 method find | |
| 1119 method findIndex | |
| 1120 method forEach | |
| 1121 method indexOf | |
| 1122 method join | |
| 1123 method keys | |
| 1124 method lastIndexOf | |
| 1125 method map | |
| 1126 method reduce | |
| 1127 method reduceRight | |
| 1128 method reverse | |
| 1129 method set | |
| 1130 method slice | |
| 1131 method some | |
| 1132 method sort | |
| 1133 method subarray | |
| 1134 method toLocaleString | |
| 1135 method toString | |
| 1136 method values | |
| 1137 interface Uint8ClampedArray | |
| 1138 attribute BYTES_PER_ELEMENT | |
| 1139 getter buffer | |
| 1140 getter byteLength | |
| 1141 getter byteOffset | |
| 1142 getter length | |
| 1143 method constructor | |
| 1144 method copyWithin | |
| 1145 method entries | |
| 1146 method every | |
| 1147 method fill | |
| 1148 method filter | |
| 1149 method find | |
| 1150 method findIndex | |
| 1151 method forEach | |
| 1152 method indexOf | |
| 1153 method join | |
| 1154 method keys | |
| 1155 method lastIndexOf | |
| 1156 method map | |
| 1157 method reduce | |
| 1158 method reduceRight | |
| 1159 method reverse | |
| 1160 method set | |
| 1161 method slice | |
| 1162 method some | |
| 1163 method sort | |
| 1164 method subarray | |
| 1165 method toLocaleString | |
| 1166 method toString | |
| 1167 method values | |
| 1168 interface WeakMap | |
| 1169 method constructor | |
| 1170 method delete | |
| 1171 method get | |
| 1172 method has | |
| 1173 method set | |
| 1174 interface WeakSet | |
| 1175 method add | |
| 1176 method constructor | |
| 1177 method delete | |
| 1178 method has | |
| 1179 interface WebSocket | 659 interface WebSocket |
| 1180 attribute CLOSED | 660 attribute CLOSED |
| 1181 attribute CLOSING | 661 attribute CLOSING |
| 1182 attribute CONNECTING | 662 attribute CONNECTING |
| 1183 attribute OPEN | 663 attribute OPEN |
| 1184 getter binaryType | 664 getter binaryType |
| 1185 getter bufferedAmount | 665 getter bufferedAmount |
| 1186 getter extensions | 666 getter extensions |
| 1187 getter onclose | 667 getter onclose |
| 1188 getter onerror | 668 getter onerror |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1362 method abort | 842 method abort |
| 1363 method constructor | 843 method constructor |
| 1364 method objectStore | 844 method objectStore |
| 1365 setter onabort | 845 setter onabort |
| 1366 setter oncomplete | 846 setter oncomplete |
| 1367 setter onerror | 847 setter onerror |
| 1368 This is a testharness.js-based test. | 848 This is a testharness.js-based test. |
| 1369 PASS Verify the interface of ServiceWorkerGlobalScope | 849 PASS Verify the interface of ServiceWorkerGlobalScope |
| 1370 Harness: the test ran to completion. | 850 Harness: the test ran to completion. |
| 1371 | 851 |
| OLD | NEW |