| OLD | NEW |
| 1 interface Array | 1 interface Array |
| 2 attribute length | 2 attribute length |
| 3 method concat | 3 method concat |
| 4 method constructor | 4 method constructor |
| 5 method copyWithin | 5 method copyWithin |
| 6 method entries | 6 method entries |
| 7 method every | 7 method every |
| 8 method fill | 8 method fill |
| 9 method filter | 9 method filter |
| 10 method find | 10 method find |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 setter onmessage | 267 setter onmessage |
| 268 setter onopen | 268 setter onopen |
| 269 interface EventTarget | 269 interface EventTarget |
| 270 method addEventListener | 270 method addEventListener |
| 271 method constructor | 271 method constructor |
| 272 method dispatchEvent | 272 method dispatchEvent |
| 273 method removeEventListener | 273 method removeEventListener |
| 274 interface ExtendableEvent | 274 interface ExtendableEvent |
| 275 method constructor | 275 method constructor |
| 276 method waitUntil | 276 method waitUntil |
| 277 interface ExtendableMessageEvent |
| 278 getter data |
| 279 getter lastEventId |
| 280 getter origin |
| 281 getter ports |
| 282 getter source |
| 283 method constructor |
| 277 interface FetchEvent | 284 interface FetchEvent |
| 278 getter isReload | 285 getter isReload |
| 279 getter request | 286 getter request |
| 280 method constructor | 287 method constructor |
| 281 method respondWith | 288 method respondWith |
| 282 interface File | 289 interface File |
| 283 getter lastModified | 290 getter lastModified |
| 284 getter lastModifiedDate | 291 getter lastModifiedDate |
| 285 getter name | 292 getter name |
| 286 getter webkitRelativePath | 293 getter webkitRelativePath |
| (...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1360 method abort | 1367 method abort |
| 1361 method constructor | 1368 method constructor |
| 1362 method objectStore | 1369 method objectStore |
| 1363 setter onabort | 1370 setter onabort |
| 1364 setter oncomplete | 1371 setter oncomplete |
| 1365 setter onerror | 1372 setter onerror |
| 1366 This is a testharness.js-based test. | 1373 This is a testharness.js-based test. |
| 1367 PASS Verify the interface of ServiceWorkerGlobalScope | 1374 PASS Verify the interface of ServiceWorkerGlobalScope |
| 1368 Harness: the test ran to completion. | 1375 Harness: the test ran to completion. |
| 1369 | 1376 |
| OLD | NEW |