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 ServiceWorkerRegistration : EventTarget | 615 [Worker] interface ServiceWorkerRegistration : EventTarget |
615 [Worker] attribute @@toStringTag | 616 [Worker] attribute @@toStringTag |
616 [Worker] getter geofencing | 617 [Worker] getter geofencing |
617 [Worker] getter onupdatefound | 618 [Worker] getter onupdatefound |
618 [Worker] getter pushManager | 619 [Worker] getter pushManager |
619 [Worker] getter scope | 620 [Worker] getter scope |
620 [Worker] getter sync | 621 [Worker] getter sync |
621 [Worker] method constructor | 622 [Worker] method constructor |
622 [Worker] method getNotifications | 623 [Worker] method getNotifications |
623 [Worker] method showNotification | 624 [Worker] method showNotification |
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
955 [Worker] method gc | 956 [Worker] method gc |
956 [Worker] method webkitRequestFileSystem | 957 [Worker] method webkitRequestFileSystem |
957 [Worker] method webkitRequestFileSystemSync | 958 [Worker] method webkitRequestFileSystemSync |
958 [Worker] method webkitResolveLocalFileSystemSyncURL | 959 [Worker] method webkitResolveLocalFileSystemSyncURL |
959 [Worker] method webkitResolveLocalFileSystemURL | 960 [Worker] method webkitResolveLocalFileSystemURL |
960 [Worker] setter onconnect | 961 [Worker] setter onconnect |
961 PASS successfullyParsed is true | 962 PASS successfullyParsed is true |
962 | 963 |
963 TEST COMPLETE | 964 TEST COMPLETE |
964 | 965 |
OLD | NEW |