| OLD | NEW |
| 1 interface Blob | 1 interface Blob |
| 2 getter size | 2 getter size |
| 3 getter type | 3 getter type |
| 4 method close | 4 method close |
| 5 method constructor | 5 method constructor |
| 6 method slice | 6 method slice |
| 7 interface ByteLengthQueuingStrategy | 7 interface ByteLengthQueuingStrategy |
| 8 method constructor | 8 method constructor |
| 9 method size | 9 method size |
| 10 interface Cache | 10 interface Cache |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 setter hash | 629 setter hash |
| 630 setter host | 630 setter host |
| 631 setter hostname | 631 setter hostname |
| 632 setter href | 632 setter href |
| 633 setter password | 633 setter password |
| 634 setter pathname | 634 setter pathname |
| 635 setter port | 635 setter port |
| 636 setter protocol | 636 setter protocol |
| 637 setter search | 637 setter search |
| 638 setter username | 638 setter username |
| 639 interface URLSearchParams |
| 640 method append |
| 641 method constructor |
| 642 method delete |
| 643 method get |
| 644 method getAll |
| 645 method has |
| 646 method set |
| 647 method toString |
| 639 interface WebSocket : EventTarget | 648 interface WebSocket : EventTarget |
| 640 attribute CLOSED | 649 attribute CLOSED |
| 641 attribute CLOSING | 650 attribute CLOSING |
| 642 attribute CONNECTING | 651 attribute CONNECTING |
| 643 attribute OPEN | 652 attribute OPEN |
| 644 getter binaryType | 653 getter binaryType |
| 645 getter bufferedAmount | 654 getter bufferedAmount |
| 646 getter extensions | 655 getter extensions |
| 647 getter onclose | 656 getter onclose |
| 648 getter onerror | 657 getter onerror |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 setter ongeofenceleave | 864 setter ongeofenceleave |
| 856 setter oninstall | 865 setter oninstall |
| 857 setter onmessage | 866 setter onmessage |
| 858 setter onnotificationclick | 867 setter onnotificationclick |
| 859 setter onpush | 868 setter onpush |
| 860 setter onsync | 869 setter onsync |
| 861 This is a testharness.js-based test. | 870 This is a testharness.js-based test. |
| 862 PASS Verify the interface of ServiceWorkerGlobalScope | 871 PASS Verify the interface of ServiceWorkerGlobalScope |
| 863 Harness: the test ran to completion. | 872 Harness: the test ran to completion. |
| 864 | 873 |
| OLD | NEW |