Skip to content
rjsmith2 edited this page Apr 13, 2016 · 3 revisions

Document Object Model partial polyfil for WebWorker


Extends the ability of each WebWorker to produce and modify own elements with the help of UI Thread.

Supported features

var windowObjectReference = window.open(url,title,[window options]); > Returns a new Window Object.

Clone this wiki locally