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