Skip to content

Commit 61a13ff

Browse files
committed
Merge branch 'master' of https://github.com/Microsoft/TSJS-lib-generator into constructors
1 parent 237931b commit 61a13ff

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

TS.fsx

-12
Original file line numberDiff line numberDiff line change
@@ -661,18 +661,6 @@ module Data =
661661
ReturnTypes = rTypes
662662
Nullable = isNullable } ]
663663

664-
/// Define the subset of events that dedicated workers will use
665-
let workerEventsMap =
666-
[
667-
("close", "CloseEvent");
668-
("error", "ErrorEvent");
669-
("upgradeneeded", "IDBVersionChangeEvent");
670-
("message", "MessageEvent");
671-
("loadend", "ProgressEvent");
672-
("progress", "ProgressEvent");
673-
]
674-
|> Map.ofList
675-
676664
let typeDefSet =
677665
browser.Typedefs |> Array.map (fun td -> td.NewType) |> Set.ofArray
678666

0 commit comments

Comments
 (0)