OLD | NEW |
1 This test documents the Constructor properties on SharedWorkerGlobalScope. | 1 This test documents the Constructor properties on SharedWorkerGlobalScope. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Starting worker: resources/global-context-constructors-listing.js | 6 Starting worker: resources/global-context-constructors-listing.js |
7 [Worker] Array | 7 [Worker] Array |
8 [Worker] ArrayBuffer | 8 [Worker] ArrayBuffer |
9 [Worker] Blob | 9 [Worker] Blob |
10 [Worker] Boolean | 10 [Worker] Boolean |
(...skipping 30 matching lines...) Expand all Loading... |
41 [Worker] MessageEvent | 41 [Worker] MessageEvent |
42 [Worker] Number | 42 [Worker] Number |
43 [Worker] Object | 43 [Worker] Object |
44 [Worker] Promise | 44 [Worker] Promise |
45 [Worker] RangeError | 45 [Worker] RangeError |
46 [Worker] ReferenceError | 46 [Worker] ReferenceError |
47 [Worker] RegExp | 47 [Worker] RegExp |
48 [Worker] SharedWorkerGlobalScope | 48 [Worker] SharedWorkerGlobalScope |
49 [Worker] String | 49 [Worker] String |
50 [Worker] SyntaxError | 50 [Worker] SyntaxError |
| 51 [Worker] TextDecoder |
| 52 [Worker] TextEncoder |
51 [Worker] TypeError | 53 [Worker] TypeError |
52 [Worker] URIError | 54 [Worker] URIError |
53 [Worker] URL | 55 [Worker] URL |
54 [Worker] Uint16Array | 56 [Worker] Uint16Array |
55 [Worker] Uint32Array | 57 [Worker] Uint32Array |
56 [Worker] Uint8Array | 58 [Worker] Uint8Array |
57 [Worker] Uint8ClampedArray | 59 [Worker] Uint8ClampedArray |
58 [Worker] WeakMap | 60 [Worker] WeakMap |
59 [Worker] WeakSet | 61 [Worker] WeakSet |
60 [Worker] WebSocket | 62 [Worker] WebSocket |
61 [Worker] WorkerGlobalScope | 63 [Worker] WorkerGlobalScope |
62 [Worker] WorkerLocation | 64 [Worker] WorkerLocation |
63 [Worker] WorkerNavigator | 65 [Worker] WorkerNavigator |
64 [Worker] XMLHttpRequest | 66 [Worker] XMLHttpRequest |
65 [Worker] webkitIDBCursor | 67 [Worker] webkitIDBCursor |
66 [Worker] webkitIDBDatabase | 68 [Worker] webkitIDBDatabase |
67 [Worker] webkitIDBFactory | 69 [Worker] webkitIDBFactory |
68 [Worker] webkitIDBIndex | 70 [Worker] webkitIDBIndex |
69 [Worker] webkitIDBKeyRange | 71 [Worker] webkitIDBKeyRange |
70 [Worker] webkitIDBObjectStore | 72 [Worker] webkitIDBObjectStore |
71 [Worker] webkitIDBRequest | 73 [Worker] webkitIDBRequest |
72 [Worker] webkitIDBTransaction | 74 [Worker] webkitIDBTransaction |
73 [Worker] webkitURL | 75 [Worker] webkitURL |
74 PASS successfullyParsed is true | 76 PASS successfullyParsed is true |
75 | 77 |
76 TEST COMPLETE | 78 TEST COMPLETE |
77 | 79 |
OLD | NEW |