We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
var windowObjectReference = window.open(url,title,[window options]); > Returns a new Window Object.
var windowObjectReference = window.open(url,title,[window options]);