Window interface

E856241

The Window interface is a core browser object representing an open window or tab, providing the global context and APIs for web page scripting and interaction.

All labels observed (1)

Label Occurrences
Window interface canonical 4

How this entity was disambiguated

Statements (63)

Predicate Object
instanceOf Web API interface ⓘ
browser object ⓘ
global object ⓘ
accessibleVia global this ⓘ
window identifier in scripts ⓘ
associatedWith single browsing context ⓘ
canContain multiple frame windows ⓘ
definedIn HTML Living Standard ⓘ
environment client-side JavaScript ⓘ
exposes DOM APIs to scripts ⓘ
hasEventHandlerProperties onerror ⓘ
onload ⓘ
onresize ⓘ
onscroll ⓘ
hasMethod alert ⓘ
blur ⓘ
cancelAnimationFrame ⓘ
clearInterval ⓘ
clearTimeout ⓘ
close ⓘ
confirm ⓘ
focus ⓘ
open ⓘ
postMessage ⓘ
prompt ⓘ
requestAnimationFrame ⓘ
scrollBy ⓘ
scrollTo ⓘ
setInterval ⓘ
setTimeout ⓘ
hasProperty closed ⓘ
console ⓘ
devicePixelRatio ⓘ
document ⓘ
frames ⓘ
history ⓘ
innerHeight ⓘ
innerWidth ⓘ
localStorage ⓘ
location ⓘ
navigator ⓘ
opener ⓘ
outerHeight ⓘ
outerWidth ⓘ
parent ⓘ
screen ⓘ
scrollX ⓘ
scrollY ⓘ
self ⓘ
sessionStorage ⓘ
top ⓘ
implements EventTarget ⓘ
WindowOrWorkerGlobalScope (legacy spec concept) ⓘ
provides APIs for user interaction ⓘ
APIs for web page scripting ⓘ
global execution context for web pages ⓘ
relatedTo WorkerGlobalScope ⓘ
represents browser tab ⓘ
browser window ⓘ
scopeOf global functions in web pages ⓘ
global variables in web pages ⓘ
securityContext same-origin policy ⓘ
usedBy web browsers ⓘ

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

Web Storage API → exposedIn → Window interface ⓘ
URL and Location APIs → exposedIn → Window interface ⓘ
Device Orientation Events → exposedIn → Window interface ⓘ
Media Session API → exposedIn → Window interface ⓘ