OLD | NEW |
1 interface Blob | 1 interface Blob |
2 getter isClosed | 2 getter isClosed |
3 getter size | 3 getter size |
4 getter type | 4 getter type |
5 method close | 5 method close |
6 method constructor | 6 method constructor |
7 method slice | 7 method slice |
| 8 interface BroadcastChannel : EventTarget |
| 9 getter name |
| 10 getter onmessage |
| 11 method close |
| 12 method constructor |
| 13 method postMessage |
| 14 setter onmessage |
8 interface ByteLengthQueuingStrategy | 15 interface ByteLengthQueuingStrategy |
9 method constructor | 16 method constructor |
10 method size | 17 method size |
11 interface Cache | 18 interface Cache |
12 method add | 19 method add |
13 method addAll | 20 method addAll |
14 method constructor | 21 method constructor |
15 method delete | 22 method delete |
16 method keys | 23 method keys |
17 method match | 24 method match |
(...skipping 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1360 setter onmessage | 1367 setter onmessage |
1361 setter onnotificationclick | 1368 setter onnotificationclick |
1362 setter onnotificationclose | 1369 setter onnotificationclose |
1363 setter onpush | 1370 setter onpush |
1364 setter onsync | 1371 setter onsync |
1365 PASS Verify the interface of ServiceWorkerGlobalScope | 1372 PASS Verify the interface of ServiceWorkerGlobalScope |
1366 PASS successfullyParsed is true | 1373 PASS successfullyParsed is true |
1367 | 1374 |
1368 TEST COMPLETE | 1375 TEST COMPLETE |
1369 | 1376 |
OLD | NEW |