| OLD | NEW |
| 1 interface Blob | 1 interface Blob |
| 2 getter size | 2 getter size |
| 3 getter type | 3 getter type |
| 4 method constructor | 4 method constructor |
| 5 method slice | 5 method slice |
| 6 interface Cache | 6 interface Cache |
| 7 method add | 7 method add |
| 8 method addAll | 8 method addAll |
| 9 method constructor | 9 method constructor |
| 10 method delete | 10 method delete |
| (...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 setter hash | 521 setter hash |
| 522 setter host | 522 setter host |
| 523 setter hostname | 523 setter hostname |
| 524 setter href | 524 setter href |
| 525 setter password | 525 setter password |
| 526 setter pathname | 526 setter pathname |
| 527 setter port | 527 setter port |
| 528 setter protocol | 528 setter protocol |
| 529 setter search | 529 setter search |
| 530 setter username | 530 setter username |
| 531 interface URLSearchParams |
| 532 method append |
| 533 method constructor |
| 534 method delete |
| 535 method entries |
| 536 method forEach |
| 537 method get |
| 538 method getAll |
| 539 method has |
| 540 method keys |
| 541 method set |
| 542 method toString |
| 543 method values |
| 531 interface WebSocket : EventTarget | 544 interface WebSocket : EventTarget |
| 532 attribute CLOSED | 545 attribute CLOSED |
| 533 attribute CLOSING | 546 attribute CLOSING |
| 534 attribute CONNECTING | 547 attribute CONNECTING |
| 535 attribute OPEN | 548 attribute OPEN |
| 536 getter binaryType | 549 getter binaryType |
| 537 getter bufferedAmount | 550 getter bufferedAmount |
| 538 getter extensions | 551 getter extensions |
| 539 getter onclose | 552 getter onclose |
| 540 getter onerror | 553 getter onerror |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 setter onactivate | 739 setter onactivate |
| 727 setter onfetch | 740 setter onfetch |
| 728 setter oninstall | 741 setter oninstall |
| 729 setter onmessage | 742 setter onmessage |
| 730 setter onnotificationclick | 743 setter onnotificationclick |
| 731 setter onpush | 744 setter onpush |
| 732 This is a testharness.js-based test. | 745 This is a testharness.js-based test. |
| 733 PASS Verify the interface of ServiceWorkerGlobalScope | 746 PASS Verify the interface of ServiceWorkerGlobalScope |
| 734 Harness: the test ran to completion. | 747 Harness: the test ran to completion. |
| 735 | 748 |
| OLD | NEW |