| 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 795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 806 method permissionState | 806 method permissionState |
| 807 method subscribe | 807 method subscribe |
| 808 interface PushMessageData | 808 interface PushMessageData |
| 809 method arrayBuffer | 809 method arrayBuffer |
| 810 method blob | 810 method blob |
| 811 method constructor | 811 method constructor |
| 812 method json | 812 method json |
| 813 method text | 813 method text |
| 814 interface PushSubscription | 814 interface PushSubscription |
| 815 getter endpoint | 815 getter endpoint |
| 816 getter expirationTime |
| 816 getter options | 817 getter options |
| 817 method constructor | 818 method constructor |
| 818 method getKey | 819 method getKey |
| 819 method toJSON | 820 method toJSON |
| 820 method unsubscribe | 821 method unsubscribe |
| 821 interface PushSubscriptionOptions | 822 interface PushSubscriptionOptions |
| 822 getter applicationServerKey | 823 getter applicationServerKey |
| 823 getter userVisibleOnly | 824 getter userVisibleOnly |
| 824 method constructor | 825 method constructor |
| 825 interface ReadableStream | 826 interface ReadableStream |
| (...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2316 setter onnotificationclick | 2317 setter onnotificationclick |
| 2317 setter onnotificationclose | 2318 setter onnotificationclose |
| 2318 setter onpaymentrequest | 2319 setter onpaymentrequest |
| 2319 setter onpush | 2320 setter onpush |
| 2320 setter onsync | 2321 setter onsync |
| 2321 PASS Verify the interface of ServiceWorkerGlobalScope | 2322 PASS Verify the interface of ServiceWorkerGlobalScope |
| 2322 PASS successfullyParsed is true | 2323 PASS successfullyParsed is true |
| 2323 | 2324 |
| 2324 TEST COMPLETE | 2325 TEST COMPLETE |
| 2325 | 2326 |
| OLD | NEW |