Update NetworkInformation.d.ts (#9269)

This commit is contained in:
Tom O'Neill
2016-05-14 17:05:24 +02:00
committed by Masahiro Wakame
parent fc810d7671
commit 57fdaeeec3

View File

@@ -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: {