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 |
11 [Worker] method close | 11 [Worker] method close |
12 [Worker] method constructor | 12 [Worker] method constructor |
13 [Worker] method slice | 13 [Worker] method slice |
| 14 [Worker] interface ByteLengthQueuingStrategy |
| 15 [Worker] method constructor |
| 16 [Worker] method size |
14 [Worker] interface Cache | 17 [Worker] interface Cache |
15 [Worker] method add | 18 [Worker] method add |
16 [Worker] method addAll | 19 [Worker] method addAll |
17 [Worker] method constructor | 20 [Worker] method constructor |
18 [Worker] method delete | 21 [Worker] method delete |
19 [Worker] method keys | 22 [Worker] method keys |
20 [Worker] method match | 23 [Worker] method match |
21 [Worker] method matchAll | 24 [Worker] method matchAll |
22 [Worker] method put | 25 [Worker] method put |
23 [Worker] interface CacheStorage | 26 [Worker] interface CacheStorage |
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 [Worker] [GLOBAL OBJECT] | 795 [Worker] [GLOBAL OBJECT] |
793 [Worker] getter caches | 796 [Worker] getter caches |
794 [Worker] getter name | 797 [Worker] getter name |
795 [Worker] getter onconnect | 798 [Worker] getter onconnect |
796 [Worker] method gc | 799 [Worker] method gc |
797 [Worker] setter onconnect | 800 [Worker] setter onconnect |
798 PASS successfullyParsed is true | 801 PASS successfullyParsed is true |
799 | 802 |
800 TEST COMPLETE | 803 TEST COMPLETE |
801 | 804 |
OLD | NEW |