| OLD | NEW |
| 1 interface BackgroundFetchClickEvent : BackgroundFetchEvent | 1 interface BackgroundFetchClickEvent : BackgroundFetchEvent |
| 2 getter state | 2 getter state |
| 3 method constructor | 3 method constructor |
| 4 interface BackgroundFetchEvent : ExtendableEvent | 4 interface BackgroundFetchEvent : ExtendableEvent |
| 5 getter tag | 5 getter tag |
| 6 method constructor | 6 method constructor |
| 7 interface BackgroundFetchFailEvent : BackgroundFetchEvent | 7 interface BackgroundFetchFailEvent : BackgroundFetchEvent |
| 8 getter fetches | 8 getter fetches |
| 9 method constructor | 9 method constructor |
| 10 interface BackgroundFetchFetch | 10 interface BackgroundFetchFetch |
| (...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 method requestAll | 786 method requestAll |
| 787 method revoke | 787 method revoke |
| 788 interface PromiseRejectionEvent : Event | 788 interface PromiseRejectionEvent : Event |
| 789 getter promise | 789 getter promise |
| 790 getter reason | 790 getter reason |
| 791 method constructor | 791 method constructor |
| 792 interface PushEvent : ExtendableEvent | 792 interface PushEvent : ExtendableEvent |
| 793 getter data | 793 getter data |
| 794 method constructor | 794 method constructor |
| 795 interface PushManager | 795 interface PushManager |
| 796 static getter supportedContentEncodings |
| 796 method constructor | 797 method constructor |
| 797 method getSubscription | 798 method getSubscription |
| 798 method permissionState | 799 method permissionState |
| 799 method subscribe | 800 method subscribe |
| 800 interface PushMessageData | 801 interface PushMessageData |
| 801 method arrayBuffer | 802 method arrayBuffer |
| 802 method blob | 803 method blob |
| 803 method constructor | 804 method constructor |
| 804 method json | 805 method json |
| 805 method text | 806 method text |
| (...skipping 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2307 setter onnotificationclick | 2308 setter onnotificationclick |
| 2308 setter onnotificationclose | 2309 setter onnotificationclose |
| 2309 setter onpaymentrequest | 2310 setter onpaymentrequest |
| 2310 setter onpush | 2311 setter onpush |
| 2311 setter onsync | 2312 setter onsync |
| 2312 PASS Verify the interface of ServiceWorkerGlobalScope | 2313 PASS Verify the interface of ServiceWorkerGlobalScope |
| 2313 PASS successfullyParsed is true | 2314 PASS successfullyParsed is true |
| 2314 | 2315 |
| 2315 TEST COMPLETE | 2316 TEST COMPLETE |
| 2316 | 2317 |
| OLD | NEW |