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] attribute @@toStringTag | 9 [Worker] attribute @@toStringTag |
10 [Worker] getter size | 10 [Worker] getter size |
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
604 [Worker] getter status | 604 [Worker] getter status |
605 [Worker] getter statusText | 605 [Worker] getter statusText |
606 [Worker] getter type | 606 [Worker] getter type |
607 [Worker] getter url | 607 [Worker] getter url |
608 [Worker] method arrayBuffer | 608 [Worker] method arrayBuffer |
609 [Worker] method blob | 609 [Worker] method blob |
610 [Worker] method clone | 610 [Worker] method clone |
611 [Worker] method constructor | 611 [Worker] method constructor |
612 [Worker] method json | 612 [Worker] method json |
613 [Worker] method text | 613 [Worker] method text |
| 614 [Worker] method v8ExtraStreamBody |
614 [Worker] interface ServicePort | 615 [Worker] interface ServicePort |
615 [Worker] attribute @@toStringTag | 616 [Worker] attribute @@toStringTag |
616 [Worker] getter data | 617 [Worker] getter data |
617 [Worker] getter name | 618 [Worker] getter name |
618 [Worker] getter targetURL | 619 [Worker] getter targetURL |
619 [Worker] method close | 620 [Worker] method close |
620 [Worker] method constructor | 621 [Worker] method constructor |
621 [Worker] method postMessage | 622 [Worker] method postMessage |
622 [Worker] interface ServicePortCollection : EventTarget | 623 [Worker] interface ServicePortCollection : EventTarget |
623 [Worker] attribute @@toStringTag | 624 [Worker] attribute @@toStringTag |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 [Worker] method gc | 975 [Worker] method gc |
975 [Worker] method webkitRequestFileSystem | 976 [Worker] method webkitRequestFileSystem |
976 [Worker] method webkitRequestFileSystemSync | 977 [Worker] method webkitRequestFileSystemSync |
977 [Worker] method webkitResolveLocalFileSystemSyncURL | 978 [Worker] method webkitResolveLocalFileSystemSyncURL |
978 [Worker] method webkitResolveLocalFileSystemURL | 979 [Worker] method webkitResolveLocalFileSystemURL |
979 [Worker] setter onconnect | 980 [Worker] setter onconnect |
980 PASS successfullyParsed is true | 981 PASS successfullyParsed is true |
981 | 982 |
982 TEST COMPLETE | 983 TEST COMPLETE |
983 | 984 |
OLD | NEW |