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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 method constructor | 250 method constructor |
251 setter ongattserverdisconnected | 251 setter ongattserverdisconnected |
252 interface BluetoothRemoteGATTCharacteristic : EventTarget | 252 interface BluetoothRemoteGATTCharacteristic : EventTarget |
253 attribute @@toStringTag | 253 attribute @@toStringTag |
254 getter oncharacteristicvaluechanged | 254 getter oncharacteristicvaluechanged |
255 getter properties | 255 getter properties |
256 getter service | 256 getter service |
257 getter uuid | 257 getter uuid |
258 getter value | 258 getter value |
259 method constructor | 259 method constructor |
| 260 method getDescriptor |
| 261 method getDescriptors |
260 method readValue | 262 method readValue |
261 method startNotifications | 263 method startNotifications |
262 method stopNotifications | 264 method stopNotifications |
263 method writeValue | 265 method writeValue |
264 setter oncharacteristicvaluechanged | 266 setter oncharacteristicvaluechanged |
| 267 interface BluetoothRemoteGATTDescriptor : EventTarget |
| 268 attribute @@toStringTag |
| 269 getter characteristic |
| 270 getter ondescriptorvaluechanged |
| 271 getter uuid |
| 272 getter value |
| 273 method constructor |
| 274 method readValue |
| 275 method writeValue |
| 276 setter ondescriptorvaluechanged |
265 interface BluetoothRemoteGATTServer | 277 interface BluetoothRemoteGATTServer |
266 attribute @@toStringTag | 278 attribute @@toStringTag |
267 getter connected | 279 getter connected |
268 getter device | 280 getter device |
269 method connect | 281 method connect |
270 method constructor | 282 method constructor |
271 method disconnect | 283 method disconnect |
272 method getPrimaryService | 284 method getPrimaryService |
273 method getPrimaryServices | 285 method getPrimaryServices |
274 interface BluetoothRemoteGATTService | 286 interface BluetoothRemoteGATTService |
(...skipping 7447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7722 method stop | 7734 method stop |
7723 method webkitCancelAnimationFrame | 7735 method webkitCancelAnimationFrame |
7724 method webkitCancelRequestAnimationFrame | 7736 method webkitCancelRequestAnimationFrame |
7725 method webkitRequestAnimationFrame | 7737 method webkitRequestAnimationFrame |
7726 method webkitRequestFileSystem | 7738 method webkitRequestFileSystem |
7727 method webkitResolveLocalFileSystemURL | 7739 method webkitResolveLocalFileSystemURL |
7728 PASS successfullyParsed is true | 7740 PASS successfullyParsed is true |
7729 | 7741 |
7730 TEST COMPLETE | 7742 TEST COMPLETE |
7731 | 7743 |
OLD | NEW |