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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 [Worker] method arrayBuffer | 445 [Worker] method arrayBuffer |
446 [Worker] method blob | 446 [Worker] method blob |
447 [Worker] method clone | 447 [Worker] method clone |
448 [Worker] method constructor | 448 [Worker] method constructor |
449 [Worker] method json | 449 [Worker] method json |
450 [Worker] method text | 450 [Worker] method text |
451 [Worker] interface ServiceWorkerRegistration : EventTarget | 451 [Worker] interface ServiceWorkerRegistration : EventTarget |
452 [Worker] getter onupdatefound | 452 [Worker] getter onupdatefound |
453 [Worker] getter pushManager | 453 [Worker] getter pushManager |
454 [Worker] getter scope | 454 [Worker] getter scope |
| 455 [Worker] getter sync |
455 [Worker] method constructor | 456 [Worker] method constructor |
456 [Worker] method getNotifications | 457 [Worker] method getNotifications |
457 [Worker] method showNotification | 458 [Worker] method showNotification |
458 [Worker] method unregister | 459 [Worker] method unregister |
459 [Worker] method update | 460 [Worker] method update |
460 [Worker] setter onupdatefound | 461 [Worker] setter onupdatefound |
461 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope | 462 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope |
462 [Worker] method constructor | 463 [Worker] method constructor |
463 [Worker] interface SubtleCrypto | 464 [Worker] interface SubtleCrypto |
464 [Worker] method constructor | 465 [Worker] method constructor |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 [Worker] [GLOBAL OBJECT] | 755 [Worker] [GLOBAL OBJECT] |
755 [Worker] getter caches | 756 [Worker] getter caches |
756 [Worker] getter name | 757 [Worker] getter name |
757 [Worker] getter onconnect | 758 [Worker] getter onconnect |
758 [Worker] method gc | 759 [Worker] method gc |
759 [Worker] setter onconnect | 760 [Worker] setter onconnect |
760 PASS successfullyParsed is true | 761 PASS successfullyParsed is true |
761 | 762 |
762 TEST COMPLETE | 763 TEST COMPLETE |
763 | 764 |
OLD | NEW |