Los siguientes objetos globales existen como propiedades de cada objeto window.
The following are global objects that exist as properties of every window object.
Como resultado, retorna incorrectamente el objeto window.
Por ejemplo, con lo siguiente se detiene todo el control de eventos en el objeto window
For example, the following stops all event monitoring on the window object
Esto significa que el objeto window no se comparte entre diferentes pestañas de la misma ventana del navegador.
That is, the window object is not shared between tabs in the same window.
Si expresamente quieres poner las variables en tu página, puedes hacerlo poniéndolas en el objeto window
If you expressly want to put variables on your page, you can do so by putting them in the window object
En término simple, el objeto window representa algo como podría ser el navegador, y el objeto document es la raíz del documento en sí.
In simple terms, the window object represents something like the browser, and the document object is the root of the document itself.
El DOM asienta el objeto window en el más alto nivel del árbol de nodos.
At the highest level in the tree of nodes that is the DOM sits the window object itself.
El objeto window representa la ventana que contiene un documento DOM; la propiedad document apunta al DOM document cargado en esa ventana.
The window object represents a window containing a DOM document; the document property points to the DOM document loaded in that window.
El gráfico de la memoria comienza con una raíz, que puede ser el objeto window del navegador o el objeto Global de un módulo de Node.js.
The memory graph starts with a root, which may be the window object of the browser or the Global object of a Node.js module.
En la vuelta del mensaje se recibirá el objeto window del marco del chat.
The callback will receive the window object from the chat frame. Message Serialization
Algunos métodos, como window.resizeTo y window.resizeBy se aplican sobre toda la ventana del navegador y no sobre una pestaña específica a la que pertenece el objeto window.
Some methods, namely window.resizeTo and window.resizeBy apply to the whole window and not to the specific tab the window object belongs to.
Todos los observadores en el objeto window(o cualquier DOM nodo) ahora pueden ser recuperados a travésgetEventListeners en el panel de la Consola como parte de la línea de comandos del API.
All registered event listeners on the window object (or any DOM node for that matter) can now be retrieved via getEventListeners in the Console panel as part of the Command Line API.
Probar la disponibilidad Los buscadores que soportan localStorage tienen una propiedad en el objeto window que se llama localStorage.
Browsers that support localStorage will have a property on the window object named localStorage.