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 Blob | 8 [Worker] interface Blob |
9 [Worker] getter size | 9 [Worker] getter size |
10 [Worker] getter type | 10 [Worker] getter type |
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 [Worker] setter hash | 564 [Worker] setter hash |
565 [Worker] setter host | 565 [Worker] setter host |
566 [Worker] setter hostname | 566 [Worker] setter hostname |
567 [Worker] setter href | 567 [Worker] setter href |
568 [Worker] setter password | 568 [Worker] setter password |
569 [Worker] setter pathname | 569 [Worker] setter pathname |
570 [Worker] setter port | 570 [Worker] setter port |
571 [Worker] setter protocol | 571 [Worker] setter protocol |
572 [Worker] setter search | 572 [Worker] setter search |
573 [Worker] setter username | 573 [Worker] setter username |
| 574 [Worker] interface URLSearchParams |
| 575 [Worker] method append |
| 576 [Worker] method constructor |
| 577 [Worker] method delete |
| 578 [Worker] method get |
| 579 [Worker] method getAll |
| 580 [Worker] method has |
| 581 [Worker] method set |
| 582 [Worker] method toString |
574 [Worker] interface WebSocket : EventTarget | 583 [Worker] interface WebSocket : EventTarget |
575 [Worker] attribute CLOSED | 584 [Worker] attribute CLOSED |
576 [Worker] attribute CLOSING | 585 [Worker] attribute CLOSING |
577 [Worker] attribute CONNECTING | 586 [Worker] attribute CONNECTING |
578 [Worker] attribute OPEN | 587 [Worker] attribute OPEN |
579 [Worker] getter binaryType | 588 [Worker] getter binaryType |
580 [Worker] getter bufferedAmount | 589 [Worker] getter bufferedAmount |
581 [Worker] getter extensions | 590 [Worker] getter extensions |
582 [Worker] getter onclose | 591 [Worker] getter onclose |
583 [Worker] getter onerror | 592 [Worker] getter onerror |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
810 [Worker] [GLOBAL OBJECT] | 819 [Worker] [GLOBAL OBJECT] |
811 [Worker] getter caches | 820 [Worker] getter caches |
812 [Worker] getter name | 821 [Worker] getter name |
813 [Worker] getter onconnect | 822 [Worker] getter onconnect |
814 [Worker] method gc | 823 [Worker] method gc |
815 [Worker] setter onconnect | 824 [Worker] setter onconnect |
816 PASS successfullyParsed is true | 825 PASS successfullyParsed is true |
817 | 826 |
818 TEST COMPLETE | 827 TEST COMPLETE |
819 | 828 |
OLD | NEW |