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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 method unregister | 748 method unregister |
749 interface PermissionStatus | 749 interface PermissionStatus |
750 getter onchange | 750 getter onchange |
751 getter state | 751 getter state |
752 getter status | 752 getter status |
753 method constructor | 753 method constructor |
754 setter onchange | 754 setter onchange |
755 interface Permissions | 755 interface Permissions |
756 method constructor | 756 method constructor |
757 method query | 757 method query |
| 758 method revoke |
758 interface Promise | 759 interface Promise |
759 method catch | 760 method catch |
760 method chain | 761 method chain |
761 method constructor | 762 method constructor |
762 method then | 763 method then |
763 interface PromiseRejectionEvent | 764 interface PromiseRejectionEvent |
764 getter promise | 765 getter promise |
765 getter reason | 766 getter reason |
766 method constructor | 767 method constructor |
767 interface PushEvent | 768 interface PushEvent |
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1367 method abort | 1368 method abort |
1368 method constructor | 1369 method constructor |
1369 method objectStore | 1370 method objectStore |
1370 setter onabort | 1371 setter onabort |
1371 setter oncomplete | 1372 setter oncomplete |
1372 setter onerror | 1373 setter onerror |
1373 This is a testharness.js-based test. | 1374 This is a testharness.js-based test. |
1374 PASS Verify the interface of ServiceWorkerGlobalScope | 1375 PASS Verify the interface of ServiceWorkerGlobalScope |
1375 Harness: the test ran to completion. | 1376 Harness: the test ran to completion. |
1376 | 1377 |
OLD | NEW |