mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update NetworkInformation.d.ts
This commit is contained in:
+1
-1
@@ -45,8 +45,8 @@ interface Connection {
|
||||
* Connection.CELL
|
||||
* Connection.NONE
|
||||
*/
|
||||
addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
|
||||
type: string;
|
||||
addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
|
||||
}
|
||||
|
||||
declare var Connection: {
|
||||
|
||||
Reference in New Issue
Block a user