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