Convert mediaCast sender to typescript

This commit is contained in:
hensm
2019-06-14 12:49:10 +01:00
parent 2996e50f5e
commit 0427e08b6a
5 changed files with 127 additions and 90 deletions

View File

@@ -2,9 +2,8 @@
import * as cast from "./cast";
import { onMessage } from "./messageBridge";
import { loadScript } from "../lib/utils";
import { onMessage } from "./messageBridge";
const _window = (window as any);