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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
533 [Worker] getter pushManager | 533 [Worker] getter pushManager |
534 [Worker] getter scope | 534 [Worker] getter scope |
535 [Worker] getter sync | 535 [Worker] getter sync |
536 [Worker] getter waiting | 536 [Worker] getter waiting |
537 [Worker] method constructor | 537 [Worker] method constructor |
538 [Worker] method getNotifications | 538 [Worker] method getNotifications |
539 [Worker] method showNotification | 539 [Worker] method showNotification |
540 [Worker] method unregister | 540 [Worker] method unregister |
541 [Worker] method update | 541 [Worker] method update |
542 [Worker] setter onupdatefound | 542 [Worker] setter onupdatefound |
| 543 [Worker] interface SharedArrayBuffer |
| 544 [Worker] attribute @@toStringTag |
| 545 [Worker] getter byteLength |
| 546 [Worker] method constructor |
| 547 [Worker] method slice |
543 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope | 548 [Worker] interface SharedWorkerGlobalScope : WorkerGlobalScope |
544 [Worker] attribute @@toStringTag | 549 [Worker] attribute @@toStringTag |
545 [Worker] attribute PERSISTENT | 550 [Worker] attribute PERSISTENT |
546 [Worker] attribute TEMPORARY | 551 [Worker] attribute TEMPORARY |
547 [Worker] method constructor | 552 [Worker] method constructor |
548 [Worker] interface StorageManager | 553 [Worker] interface StorageManager |
549 [Worker] attribute @@toStringTag | 554 [Worker] attribute @@toStringTag |
550 [Worker] method constructor | 555 [Worker] method constructor |
551 [Worker] method persisted | 556 [Worker] method persisted |
552 [Worker] interface SubtleCrypto | 557 [Worker] interface SubtleCrypto |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 [Worker] setter onerror | 752 [Worker] setter onerror |
748 [Worker] setter onload | 753 [Worker] setter onload |
749 [Worker] setter onloadend | 754 [Worker] setter onloadend |
750 [Worker] setter onloadstart | 755 [Worker] setter onloadstart |
751 [Worker] setter onprogress | 756 [Worker] setter onprogress |
752 [Worker] setter ontimeout | 757 [Worker] setter ontimeout |
753 [Worker] interface XMLHttpRequestUpload : XMLHttpRequestEventTarget | 758 [Worker] interface XMLHttpRequestUpload : XMLHttpRequestEventTarget |
754 [Worker] attribute @@toStringTag | 759 [Worker] attribute @@toStringTag |
755 [Worker] method constructor | 760 [Worker] method constructor |
756 [Worker] [GLOBAL OBJECT] | 761 [Worker] [GLOBAL OBJECT] |
| 762 [Worker] attribute Atomics |
757 [Worker] attribute console | 763 [Worker] attribute console |
758 [Worker] attribute internals | 764 [Worker] attribute internals |
759 [Worker] getter name | 765 [Worker] getter name |
760 [Worker] getter onconnect | 766 [Worker] getter onconnect |
761 [Worker] method close | 767 [Worker] method close |
762 [Worker] method gc | 768 [Worker] method gc |
763 [Worker] method webkitRequestFileSystem | 769 [Worker] method webkitRequestFileSystem |
764 [Worker] method webkitRequestFileSystemSync | 770 [Worker] method webkitRequestFileSystemSync |
765 [Worker] method webkitResolveLocalFileSystemSyncURL | 771 [Worker] method webkitResolveLocalFileSystemSyncURL |
766 [Worker] method webkitResolveLocalFileSystemURL | 772 [Worker] method webkitResolveLocalFileSystemURL |
767 [Worker] setter onconnect | 773 [Worker] setter onconnect |
768 PASS successfullyParsed is true | 774 PASS successfullyParsed is true |
769 | 775 |
770 TEST COMPLETE | 776 TEST COMPLETE |
771 | 777 |
OLD | NEW |