From fe0195cff82466e07552d5a141d0f849765eff8a Mon Sep 17 00:00:00 2001 From: Sven SAULEAU Date: Sat, 4 Jul 2015 21:53:47 +0200 Subject: [PATCH] Add property URL in Window interface --- bin/lib.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/lib.d.ts b/bin/lib.d.ts index 63a8adbeda476..f891ed7e3e224 100644 --- a/bin/lib.d.ts +++ b/bin/lib.d.ts @@ -15674,6 +15674,7 @@ interface Window extends EventTarget, WindowTimers, WindowSessionStorage, Window styleMedia: StyleMedia; toolbar: BarProp; top: Window; + URL: URL; window: Window; alert(message?: any): void; blur(): void;