OLD | NEW |
1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA
udioContext' instead. | 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA
udioContext' instead. |
2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i
nstead. | 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i
nstead. |
3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator
.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. | 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator
.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. |
4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio
n' instead. | 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio
n' instead. |
5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste
ad. | 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste
ad. |
6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor
e' instead. | 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor
e' instead. |
7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins
tead. | 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins
tead. |
8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. | 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. |
9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste
ad. | 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste
ad. |
10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins
tead. | 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins
tead. |
(...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1363 interface ProgressEvent | 1363 interface ProgressEvent |
1364 method constructor | 1364 method constructor |
1365 interface Promise | 1365 interface Promise |
1366 method catch | 1366 method catch |
1367 method chain | 1367 method chain |
1368 method constructor | 1368 method constructor |
1369 method then | 1369 method then |
1370 interface PushManager | 1370 interface PushManager |
1371 method constructor | 1371 method constructor |
1372 method getSubscription | 1372 method getSubscription |
1373 method hasPermission | |
1374 method subscribe | 1373 method subscribe |
1375 interface PushSubscription | 1374 interface PushSubscription |
1376 method constructor | 1375 method constructor |
1377 method unsubscribe | 1376 method unsubscribe |
1378 interface RTCIceCandidate | 1377 interface RTCIceCandidate |
1379 method constructor | 1378 method constructor |
1380 interface RTCSessionDescription | 1379 interface RTCSessionDescription |
1381 method constructor | 1380 method constructor |
1382 interface RadioNodeList | 1381 interface RadioNodeList |
1383 method constructor | 1382 method constructor |
(...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3046 method constructor | 3045 method constructor |
3047 interface webkitSpeechRecognitionEvent | 3046 interface webkitSpeechRecognitionEvent |
3048 method constructor | 3047 method constructor |
3049 interface webkitURL | 3048 interface webkitURL |
3050 method constructor | 3049 method constructor |
3051 method toString | 3050 method toString |
3052 PASS successfullyParsed is true | 3051 PASS successfullyParsed is true |
3053 | 3052 |
3054 TEST COMPLETE | 3053 TEST COMPLETE |
3055 | 3054 |
OLD | NEW |