OLD | NEW |
1 This test documents all interface attributes and methods on SharedWorkerGlobalSc
ope. | 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc
ope. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Starting worker: resources/global-interface-listing.js | 6 Starting worker: resources/global-interface-listing.js |
7 [Worker] [INTERFACES] | 7 [Worker] [INTERFACES] |
8 [Worker] interface Array | 8 [Worker] interface Array |
9 [Worker] attribute length | 9 [Worker] attribute length |
10 [Worker] method concat | 10 [Worker] method concat |
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 [Worker] getter status | 666 [Worker] getter status |
667 [Worker] getter statusText | 667 [Worker] getter statusText |
668 [Worker] getter type | 668 [Worker] getter type |
669 [Worker] getter url | 669 [Worker] getter url |
670 [Worker] method arrayBuffer | 670 [Worker] method arrayBuffer |
671 [Worker] method blob | 671 [Worker] method blob |
672 [Worker] method clone | 672 [Worker] method clone |
673 [Worker] method constructor | 673 [Worker] method constructor |
674 [Worker] method json | 674 [Worker] method json |
675 [Worker] method text | 675 [Worker] method text |
| 676 [Worker] interface ServicePort |
| 677 [Worker] getter data |
| 678 [Worker] getter name |
| 679 [Worker] getter targetURL |
| 680 [Worker] method close |
| 681 [Worker] method constructor |
| 682 [Worker] method postMessage |
676 [Worker] interface ServicePortCollection | 683 [Worker] interface ServicePortCollection |
677 [Worker] getter onclose | 684 [Worker] getter onclose |
678 [Worker] getter onconnect | 685 [Worker] getter onconnect |
679 [Worker] getter onmessage | 686 [Worker] getter onmessage |
680 [Worker] method connect | 687 [Worker] method connect |
681 [Worker] method constructor | 688 [Worker] method constructor |
682 [Worker] method match | 689 [Worker] method match |
683 [Worker] method matchAll | 690 [Worker] method matchAll |
684 [Worker] setter onclose | 691 [Worker] setter onclose |
685 [Worker] setter onconnect | 692 [Worker] setter onconnect |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1104 [Worker] method abort | 1111 [Worker] method abort |
1105 [Worker] method constructor | 1112 [Worker] method constructor |
1106 [Worker] method objectStore | 1113 [Worker] method objectStore |
1107 [Worker] setter onabort | 1114 [Worker] setter onabort |
1108 [Worker] setter oncomplete | 1115 [Worker] setter oncomplete |
1109 [Worker] setter onerror | 1116 [Worker] setter onerror |
1110 PASS successfullyParsed is true | 1117 PASS successfullyParsed is true |
1111 | 1118 |
1112 TEST COMPLETE | 1119 TEST COMPLETE |
1113 | 1120 |
OLD | NEW |