diff options
Diffstat (limited to 'src/proxyWorker.js')
-rw-r--r-- | src/proxyWorker.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/proxyWorker.js b/src/proxyWorker.js index bb17fe9a..8df81dc8 100644 --- a/src/proxyWorker.js +++ b/src/proxyWorker.js @@ -16,6 +16,12 @@ function FPSTracker(text) { } } +function Element() { throw 'TODO: Element' } +function Image() { throw 'TODO: Image' } +function HTMLCanvasElement() { throw 'TODO: HTMLCanvasElement' } +function HTMLImageElement() { throw 'TODO: HTMLImageElement' } +function HTMLVideoElement() { throw 'TODO: HTMLVideoElement' } + function PropertyBag() { this.addProperty = function(){}; this.removeProperty = function(){}; |