mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
Added missing dictionaries also
This commit is contained in:
parent
e4dd7e0e48
commit
1c434ecdf2
5
src/lib/webworker.generated.d.ts
vendored
5
src/lib/webworker.generated.d.ts
vendored
@ -3,6 +3,11 @@
|
||||
/// IE Worker APIs
|
||||
/////////////////////////////
|
||||
|
||||
interface EventInit {
|
||||
bubbles?: boolean;
|
||||
cancelable?: boolean;
|
||||
}
|
||||
|
||||
interface EventListener {
|
||||
(evt: Event): void;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user