| 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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 [Worker] method getEntriesByType | 422 [Worker] method getEntriesByType |
| 423 [Worker] interface PermissionStatus | 423 [Worker] interface PermissionStatus |
| 424 [Worker] getter onchange | 424 [Worker] getter onchange |
| 425 [Worker] getter state | 425 [Worker] getter state |
| 426 [Worker] method constructor | 426 [Worker] method constructor |
| 427 [Worker] setter onchange | 427 [Worker] setter onchange |
| 428 [Worker] interface Permissions | 428 [Worker] interface Permissions |
| 429 [Worker] method constructor | 429 [Worker] method constructor |
| 430 [Worker] method query | 430 [Worker] method query |
| 431 [Worker] method request | 431 [Worker] method request |
| 432 [Worker] method requestAll |
| 432 [Worker] method revoke | 433 [Worker] method revoke |
| 433 [Worker] interface ProgressEvent | 434 [Worker] interface ProgressEvent |
| 434 [Worker] getter lengthComputable | 435 [Worker] getter lengthComputable |
| 435 [Worker] getter loaded | 436 [Worker] getter loaded |
| 436 [Worker] getter total | 437 [Worker] getter total |
| 437 [Worker] method constructor | 438 [Worker] method constructor |
| 438 [Worker] interface PromiseRejectionEvent | 439 [Worker] interface PromiseRejectionEvent |
| 439 [Worker] getter promise | 440 [Worker] getter promise |
| 440 [Worker] getter reason | 441 [Worker] getter reason |
| 441 [Worker] method constructor | 442 [Worker] method constructor |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 [Worker] [GLOBAL OBJECT] | 796 [Worker] [GLOBAL OBJECT] |
| 796 [Worker] getter caches | 797 [Worker] getter caches |
| 797 [Worker] getter name | 798 [Worker] getter name |
| 798 [Worker] getter onconnect | 799 [Worker] getter onconnect |
| 799 [Worker] method gc | 800 [Worker] method gc |
| 800 [Worker] setter onconnect | 801 [Worker] setter onconnect |
| 801 PASS successfullyParsed is true | 802 PASS successfullyParsed is true |
| 802 | 803 |
| 803 TEST COMPLETE | 804 TEST COMPLETE |
| 804 | 805 |
| OLD | NEW |