typescript
Advanced tools
Comparing version
@@ -779,3 +779,3 @@ /*! ***************************************************************************** | ||
prototype: MessageEvent; | ||
new(): MessageEvent; | ||
new(type: string, eventInitDict?: MessageEventInit): MessageEvent; | ||
} | ||
@@ -833,3 +833,3 @@ | ||
prototype: ProgressEvent; | ||
new(): ProgressEvent; | ||
new(type: string, eventInitDict?: ProgressEventInit): ProgressEvent; | ||
} | ||
@@ -1105,2 +1105,17 @@ | ||
interface MessageEventInit extends EventInit { | ||
data?: any; | ||
origin?: string; | ||
lastEventId?: string; | ||
channel?: string; | ||
source?: any; | ||
ports?: MessagePort[]; | ||
} | ||
interface ProgressEventInit extends EventInit { | ||
lengthComputable?: boolean; | ||
loaded?: number; | ||
total?: number; | ||
} | ||
interface ErrorEventHandler { | ||
@@ -1107,0 +1122,0 @@ (message: string, filename?: string, lineno?: number, colno?: number, error?:Error): void; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://typescriptlang.org/", | ||
"version": "1.7.0-dev.20150826", | ||
"version": "1.7.0-dev.20150827", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "description": "TypeScript is a language for application scale JavaScript development", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
12084976
0.06%233294
0.07%