OLD | NEW |
1 This test documents all interface attributes and methods on DedicatedWorkerGloba
lScope. | 1 This test documents all interface attributes and methods on DedicatedWorkerGloba
lScope. |
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 BackgroundFetchFetch | 8 [Worker] interface BackgroundFetchFetch |
9 [Worker] attribute @@toStringTag | 9 [Worker] attribute @@toStringTag |
10 [Worker] getter request | 10 [Worker] getter request |
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
820 [Worker] interface PushManager | 820 [Worker] interface PushManager |
821 [Worker] static getter supportedContentEncodings | 821 [Worker] static getter supportedContentEncodings |
822 [Worker] attribute @@toStringTag | 822 [Worker] attribute @@toStringTag |
823 [Worker] method constructor | 823 [Worker] method constructor |
824 [Worker] method getSubscription | 824 [Worker] method getSubscription |
825 [Worker] method permissionState | 825 [Worker] method permissionState |
826 [Worker] method subscribe | 826 [Worker] method subscribe |
827 [Worker] interface PushSubscription | 827 [Worker] interface PushSubscription |
828 [Worker] attribute @@toStringTag | 828 [Worker] attribute @@toStringTag |
829 [Worker] getter endpoint | 829 [Worker] getter endpoint |
| 830 [Worker] getter expirationTime |
830 [Worker] getter options | 831 [Worker] getter options |
831 [Worker] method constructor | 832 [Worker] method constructor |
832 [Worker] method getKey | 833 [Worker] method getKey |
833 [Worker] method toJSON | 834 [Worker] method toJSON |
834 [Worker] method unsubscribe | 835 [Worker] method unsubscribe |
835 [Worker] interface PushSubscriptionOptions | 836 [Worker] interface PushSubscriptionOptions |
836 [Worker] attribute @@toStringTag | 837 [Worker] attribute @@toStringTag |
837 [Worker] getter applicationServerKey | 838 [Worker] getter applicationServerKey |
838 [Worker] getter userVisibleOnly | 839 [Worker] getter userVisibleOnly |
839 [Worker] method constructor | 840 [Worker] method constructor |
(...skipping 1523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2363 [Worker] method webkitRequestFileSystem | 2364 [Worker] method webkitRequestFileSystem |
2364 [Worker] method webkitRequestFileSystemSync | 2365 [Worker] method webkitRequestFileSystemSync |
2365 [Worker] method webkitResolveLocalFileSystemSyncURL | 2366 [Worker] method webkitResolveLocalFileSystemSyncURL |
2366 [Worker] method webkitResolveLocalFileSystemURL | 2367 [Worker] method webkitResolveLocalFileSystemURL |
2367 [Worker] setter onmessage | 2368 [Worker] setter onmessage |
2368 [Worker] setter onmessageerror | 2369 [Worker] setter onmessageerror |
2369 PASS successfullyParsed is true | 2370 PASS successfullyParsed is true |
2370 | 2371 |
2371 TEST COMPLETE | 2372 TEST COMPLETE |
2372 | 2373 |
OLD | NEW |