OLD | NEW |
1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use
'OfflineAudioContext' instead. | 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use
'OfflineAudioContext' instead. |
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC
ontext' instead. | 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC
ontext' instead. |
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use '
navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead
. | 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use '
navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead
. |
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT
ransaction' instead. | 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT
ransaction' instead. |
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque
st' instead. | 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque
st' instead. |
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO
bjectStore' instead. | 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO
bjectStore' instead. |
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR
ange' instead. | 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR
ange' instead. |
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex'
instead. | 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex'
instead. |
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto
ry' instead. | 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto
ry' instead. |
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData
base' instead. | 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData
base' instead. |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 method constructor | 328 method constructor |
329 setter ongattserverdisconnected | 329 setter ongattserverdisconnected |
330 interface BluetoothRemoteGATTCharacteristic : EventTarget | 330 interface BluetoothRemoteGATTCharacteristic : EventTarget |
331 attribute @@toStringTag | 331 attribute @@toStringTag |
332 getter oncharacteristicvaluechanged | 332 getter oncharacteristicvaluechanged |
333 getter properties | 333 getter properties |
334 getter service | 334 getter service |
335 getter uuid | 335 getter uuid |
336 getter value | 336 getter value |
337 method constructor | 337 method constructor |
| 338 method getDescriptor |
| 339 method getDescriptors |
338 method readValue | 340 method readValue |
339 method startNotifications | 341 method startNotifications |
340 method stopNotifications | 342 method stopNotifications |
341 method writeValue | 343 method writeValue |
342 setter oncharacteristicvaluechanged | 344 setter oncharacteristicvaluechanged |
| 345 interface BluetoothRemoteGATTDescriptor : EventTarget |
| 346 attribute @@toStringTag |
| 347 getter characteristic |
| 348 getter ondescriptorvaluechanged |
| 349 getter uuid |
| 350 getter value |
| 351 method constructor |
| 352 method readValue |
| 353 method writeValue |
| 354 setter ondescriptorvaluechanged |
343 interface BluetoothRemoteGATTServer | 355 interface BluetoothRemoteGATTServer |
344 attribute @@toStringTag | 356 attribute @@toStringTag |
345 getter connected | 357 getter connected |
346 getter device | 358 getter device |
347 method connect | 359 method connect |
348 method constructor | 360 method constructor |
349 method disconnect | 361 method disconnect |
350 method getPrimaryService | 362 method getPrimaryService |
351 method getPrimaryServices | 363 method getPrimaryServices |
352 interface BluetoothRemoteGATTService | 364 interface BluetoothRemoteGATTService |
(...skipping 8468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8821 method stop | 8833 method stop |
8822 method webkitCancelAnimationFrame | 8834 method webkitCancelAnimationFrame |
8823 method webkitCancelRequestAnimationFrame | 8835 method webkitCancelRequestAnimationFrame |
8824 method webkitRequestAnimationFrame | 8836 method webkitRequestAnimationFrame |
8825 method webkitRequestFileSystem | 8837 method webkitRequestFileSystem |
8826 method webkitResolveLocalFileSystemURL | 8838 method webkitResolveLocalFileSystemURL |
8827 PASS successfullyParsed is true | 8839 PASS successfullyParsed is true |
8828 | 8840 |
8829 TEST COMPLETE | 8841 TEST COMPLETE |
8830 | 8842 |
OLD | NEW |