mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
Update NetworkInformation.d.ts (#9269)
This commit is contained in:
committed by
Masahiro Wakame
parent
fc810d7671
commit
57fdaeeec3
1
cordova/plugins/NetworkInformation.d.ts
vendored
1
cordova/plugins/NetworkInformation.d.ts
vendored
@@ -47,6 +47,7 @@ interface Connection {
|
||||
*/
|
||||
type: string;
|
||||
addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
|
||||
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
|
||||
}
|
||||
|
||||
declare var Connection: {
|
||||
|
||||
Reference in New Issue
Block a user