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 823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
834 getter method | 834 getter method |
835 getter mode | 835 getter mode |
836 getter redirect | 836 getter redirect |
837 getter referrer | 837 getter referrer |
838 getter referrerPolicy | 838 getter referrerPolicy |
839 getter url | 839 getter url |
840 method arrayBuffer | 840 method arrayBuffer |
841 method blob | 841 method blob |
842 method clone | 842 method clone |
843 method constructor | 843 method constructor |
| 844 method formData |
844 method json | 845 method json |
845 method text | 846 method text |
846 interface Response | 847 interface Response |
847 static method error | 848 static method error |
848 static method redirect | 849 static method redirect |
849 getter body | 850 getter body |
850 getter bodyUsed | 851 getter bodyUsed |
851 getter headers | 852 getter headers |
852 getter ok | 853 getter ok |
853 getter redirected | 854 getter redirected |
854 getter status | 855 getter status |
855 getter statusText | 856 getter statusText |
856 getter type | 857 getter type |
857 getter url | 858 getter url |
858 method arrayBuffer | 859 method arrayBuffer |
859 method blob | 860 method blob |
860 method clone | 861 method clone |
861 method constructor | 862 method constructor |
| 863 method formData |
862 method json | 864 method json |
863 method text | 865 method text |
864 interface ServiceWorkerGlobalScope : WorkerGlobalScope | 866 interface ServiceWorkerGlobalScope : WorkerGlobalScope |
865 method constructor | 867 method constructor |
866 interface ServiceWorkerRegistration : EventTarget | 868 interface ServiceWorkerRegistration : EventTarget |
867 getter active | 869 getter active |
868 getter backgroundFetch | 870 getter backgroundFetch |
869 getter installing | 871 getter installing |
870 getter navigationPreload | 872 getter navigationPreload |
871 getter onupdatefound | 873 getter onupdatefound |
(...skipping 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2306 setter onnotificationclick | 2308 setter onnotificationclick |
2307 setter onnotificationclose | 2309 setter onnotificationclose |
2308 setter onpaymentrequest | 2310 setter onpaymentrequest |
2309 setter onpush | 2311 setter onpush |
2310 setter onsync | 2312 setter onsync |
2311 PASS Verify the interface of ServiceWorkerGlobalScope | 2313 PASS Verify the interface of ServiceWorkerGlobalScope |
2312 PASS successfullyParsed is true | 2314 PASS successfullyParsed is true |
2313 | 2315 |
2314 TEST COMPLETE | 2316 TEST COMPLETE |
2315 | 2317 |
OLD | NEW |