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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
620 [Worker] getter status | 620 [Worker] getter status |
621 [Worker] getter statusText | 621 [Worker] getter statusText |
622 [Worker] getter type | 622 [Worker] getter type |
623 [Worker] getter url | 623 [Worker] getter url |
624 [Worker] method arrayBuffer | 624 [Worker] method arrayBuffer |
625 [Worker] method blob | 625 [Worker] method blob |
626 [Worker] method clone | 626 [Worker] method clone |
627 [Worker] method constructor | 627 [Worker] method constructor |
628 [Worker] method json | 628 [Worker] method json |
629 [Worker] method text | 629 [Worker] method text |
| 630 [Worker] method v8ExtraStreamBody |
630 [Worker] interface ServiceWorkerRegistration : EventTarget | 631 [Worker] interface ServiceWorkerRegistration : EventTarget |
631 [Worker] attribute @@toStringTag | 632 [Worker] attribute @@toStringTag |
632 [Worker] getter geofencing | 633 [Worker] getter geofencing |
633 [Worker] getter onupdatefound | 634 [Worker] getter onupdatefound |
634 [Worker] getter pushManager | 635 [Worker] getter pushManager |
635 [Worker] getter scope | 636 [Worker] getter scope |
636 [Worker] getter sync | 637 [Worker] getter sync |
637 [Worker] method constructor | 638 [Worker] method constructor |
638 [Worker] method getNotifications | 639 [Worker] method getNotifications |
639 [Worker] method showNotification | 640 [Worker] method showNotification |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
970 [Worker] method gc | 971 [Worker] method gc |
971 [Worker] method webkitRequestFileSystem | 972 [Worker] method webkitRequestFileSystem |
972 [Worker] method webkitRequestFileSystemSync | 973 [Worker] method webkitRequestFileSystemSync |
973 [Worker] method webkitResolveLocalFileSystemSyncURL | 974 [Worker] method webkitResolveLocalFileSystemSyncURL |
974 [Worker] method webkitResolveLocalFileSystemURL | 975 [Worker] method webkitResolveLocalFileSystemURL |
975 [Worker] setter onconnect | 976 [Worker] setter onconnect |
976 PASS successfullyParsed is true | 977 PASS successfullyParsed is true |
977 | 978 |
978 TEST COMPLETE | 979 TEST COMPLETE |
979 | 980 |
OLD | NEW |