| OLD | NEW |
| 1 interface Blob | 1 interface Blob |
| 2 getter size | 2 getter size |
| 3 getter type | 3 getter type |
| 4 method constructor | 4 method constructor |
| 5 method slice | 5 method slice |
| 6 interface Cache | 6 interface Cache |
| 7 method add | 7 method add |
| 8 method addAll | 8 method addAll |
| 9 method constructor | 9 method constructor |
| 10 method delete | 10 method delete |
| (...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 method close | 425 method close |
| 426 method constructor | 426 method constructor |
| 427 setter onclick | 427 setter onclick |
| 428 setter onclose | 428 setter onclose |
| 429 setter onerror | 429 setter onerror |
| 430 setter onshow | 430 setter onshow |
| 431 interface NotificationEvent : ExtendableEvent | 431 interface NotificationEvent : ExtendableEvent |
| 432 getter action | 432 getter action |
| 433 getter notification | 433 getter notification |
| 434 method constructor | 434 method constructor |
| 435 interface PerformanceObserverEntryList |
| 436 method constructor |
| 437 method getEntries |
| 438 method getEntriesByName |
| 439 method getEntriesByType |
| 435 interface PermissionStatus : EventTarget | 440 interface PermissionStatus : EventTarget |
| 436 getter onchange | 441 getter onchange |
| 437 getter state | 442 getter state |
| 438 method constructor | 443 method constructor |
| 439 setter onchange | 444 setter onchange |
| 440 interface Permissions | 445 interface Permissions |
| 441 method constructor | 446 method constructor |
| 442 method query | 447 method query |
| 443 interface PromiseRejectionEvent : Event | 448 interface PromiseRejectionEvent : Event |
| 444 getter promise | 449 getter promise |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 794 setter oninstall | 799 setter oninstall |
| 795 setter onmessage | 800 setter onmessage |
| 796 setter onnotificationclick | 801 setter onnotificationclick |
| 797 setter onnotificationclose | 802 setter onnotificationclose |
| 798 setter onpush | 803 setter onpush |
| 799 setter onsync | 804 setter onsync |
| 800 This is a testharness.js-based test. | 805 This is a testharness.js-based test. |
| 801 PASS Verify the interface of ServiceWorkerGlobalScope | 806 PASS Verify the interface of ServiceWorkerGlobalScope |
| 802 Harness: the test ran to completion. | 807 Harness: the test ran to completion. |
| 803 | 808 |
| OLD | NEW |