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 Cache | 7 interface Cache |
8 method add | 8 method add |
9 method addAll | 9 method addAll |
10 method constructor | 10 method constructor |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 interface PushMessageData | 476 interface PushMessageData |
477 method arrayBuffer | 477 method arrayBuffer |
478 method blob | 478 method blob |
479 method constructor | 479 method constructor |
480 method json | 480 method json |
481 method text | 481 method text |
482 interface PushSubscription | 482 interface PushSubscription |
483 getter curve25519dh | 483 getter curve25519dh |
484 getter endpoint | 484 getter endpoint |
485 method constructor | 485 method constructor |
| 486 method getKey |
486 method toJSON | 487 method toJSON |
487 method unsubscribe | 488 method unsubscribe |
488 interface ReadableByteStream | 489 interface ReadableByteStream |
489 method cancel | 490 method cancel |
490 method constructor | 491 method constructor |
491 method getReader | 492 method getReader |
492 interface ReadableStream | 493 interface ReadableStream |
493 method cancel | 494 method cancel |
494 method constructor | 495 method constructor |
495 method getReader | 496 method getReader |
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
843 method abort | 844 method abort |
844 method constructor | 845 method constructor |
845 method objectStore | 846 method objectStore |
846 setter onabort | 847 setter onabort |
847 setter oncomplete | 848 setter oncomplete |
848 setter onerror | 849 setter onerror |
849 This is a testharness.js-based test. | 850 This is a testharness.js-based test. |
850 PASS Verify the interface of ServiceWorkerGlobalScope | 851 PASS Verify the interface of ServiceWorkerGlobalScope |
851 Harness: the test ran to completion. | 852 Harness: the test ran to completion. |
852 | 853 |
OLD | NEW |