| OLD | NEW |
| 1 interface Blob | 1 interface Blob |
| 2 getter size | 2 getter size |
| 3 getter type | 3 getter type |
| 4 method close | 4 method close |
| 5 method constructor | 5 method constructor |
| 6 method slice | 6 method slice |
| 7 interface Cache | 7 interface Cache |
| 8 method add | 8 method add |
| 9 method addAll | 9 method addAll |
| 10 method constructor | 10 method constructor |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 interface PeriodicSyncRegistration | 450 interface PeriodicSyncRegistration |
| 451 getter minPeriod | 451 getter minPeriod |
| 452 getter networkState | 452 getter networkState |
| 453 getter powerState | 453 getter powerState |
| 454 getter tag | 454 getter tag |
| 455 method constructor | 455 method constructor |
| 456 method unregister | 456 method unregister |
| 457 interface PermissionStatus | 457 interface PermissionStatus |
| 458 getter onchange | 458 getter onchange |
| 459 getter state | 459 getter state |
| 460 getter status | |
| 461 method constructor | 460 method constructor |
| 462 setter onchange | 461 setter onchange |
| 463 interface Permissions | 462 interface Permissions |
| 464 method constructor | 463 method constructor |
| 465 method query | 464 method query |
| 466 method request | 465 method request |
| 467 method revoke | 466 method revoke |
| 468 interface PromiseRejectionEvent | 467 interface PromiseRejectionEvent |
| 469 getter promise | 468 getter promise |
| 470 getter reason | 469 getter reason |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 845 method abort | 844 method abort |
| 846 method constructor | 845 method constructor |
| 847 method objectStore | 846 method objectStore |
| 848 setter onabort | 847 setter onabort |
| 849 setter oncomplete | 848 setter oncomplete |
| 850 setter onerror | 849 setter onerror |
| 851 This is a testharness.js-based test. | 850 This is a testharness.js-based test. |
| 852 PASS Verify the interface of ServiceWorkerGlobalScope | 851 PASS Verify the interface of ServiceWorkerGlobalScope |
| 853 Harness: the test ran to completion. | 852 Harness: the test ran to completion. |
| 854 | 853 |
| OLD | NEW |