Esta página foi traduzida do inglês pela comunidade.Saiba mais e junte-se à comunidade MDN Web Docs.
Window
Baseline Widely available *
This feature is well established and works across many devices and browser versions. It’s been available across browsers since julho de 2015.
* Some parts of this feature may have varying levels of support.
O objetowindow representa uma janela que contém um elemento DOM; a propriedadedocument aponta para odocumento DOM document carregado naquela janela. Uma janela para um dado documento pode ser obtido usando a propriedadedocument.defaultView.
Esta seção provê uma breve referência a todos os métodos, propriedades e eventos disponíveis através do objeto DOMwindow. O objetowindow implementa a interfaceWindow, o qual herda da interfaceAbstractView. Algumas funções globais, objeto de namespace, interfaces e construtores, apesar de não tipicamente associados ao objeto em questão, estão disponíveis e estão listados nas referênciasJavaScript Reference eDOM Reference.
Em um navegador com suporte a abas, como o Firefox, cada aba contém seu próprio objetowindow (e, se você estiver escrevendo uma extensão, a janela do navegador é uma janela distinta também - vejaWorking with windows in chrome code para mais informação). Isto é, o objetowindow não é compartilhado entre as abas na mesma janela. Alguns métodos, nomeadamentewindow.resizeTo ewindow.resizeBy aplicam-se à janela toda e não à aba em questão ao que o objetowindow pertence. Geralmente, qualquer coisa que não pode racionalmente pertencer a uma aba, pertence a uma janela..
In this article
Propriedades
Esta interface herda propriedades da interfaceEventTarget e implementa propriedades deWindowTimers,WindowBase64, eWindowEventHandlers.
Perceba que propriedades que são objetos (ex.: sobrecarregar o protótipo de elementos built-in) são listados em uma sessão separada abaixo.
Window.applicationCacheSomente leituraUm objeto
OfflineResourceListfornece acesso aos recursos offline para o window.Window.closedNão padrãoSomente leituraEsta propriedade indica quando a window atual está fechada ou não.
Window.ComponentsNão padrãoO ponto de entrada para muitas características XPCOM. Algumas propriedades, por exemplo, classes, estão apenas disponíveis para código suficientemente privilegiado. Código de Web não deve usar essa propriedade.
Window.consoleNão padrãoSomente leituraRetorna uma referência para o objeto console fornecendo acesso ao console debugging do navegador.
Window.contentand Window.contentNão padrãoSomente leituraRetorna uma referência para o elemento de conteúdo na janela atual. A variante obsoleta com sublinhado não está disponível a partir do conteúdo da Web.
Window.controllersNão padrãoSomente leituraRetorna os objetos de controlador XUL para a janela atual do crome.
Window.cryptoSomente leituraRetorna o objeto de criptografia do navegador.
Window.defaultStatusObtém/define o texto da barra de status para determinada janela.
Window.devicePixelRatioNão padrãoSomente leituraReturns the ratio between physical pixels and device independent pixels in the current display.
Window.dialogArgumentsSomente leituraGets the arguments passed to the window (if it's a dialog box) at the time
window.showModalDialog()was called. This is annsIArray.Window.directoriesSynonym of
window.personalbarWindow.documentSomente leituraRetorna a referência à propriedade
documentque a janela contém.Window.frameElementSomente leituraReturns the element in which the window is embedded, or null if the window is not embedded.
Window.framesSomente leituraReturns an array of the subframes in the current window.
Window.fullScreenThis property indicates whether the window is displayed in full screen or not.
Window.globalStorageNão padrãoUnsupported since Gecko 13 (Firefox 13). Use
Window.localStorageinstead.Was: Multiple storage objects that are used for storing data across multiple pages.Window.historySomente leituraRetorna a referência ao objeto
history.Window.innerHeightGets the height of the content area of the browser window including, if rendered, the horizontal scrollbar.
window.innerWidthGets the width of the content area of the browser window including, if rendered, the vertical scrollbar.
Window.lengthSomente leituraReturns the number of frames in the window. See also
window.frames.Window.locationSomente leituraGets/sets the location, or current URL, of the window object.
Window.locationbarSomente leituraReturns the locationbar object, whose visibility can be toggled in the window.
WindowStorage.localStorageSomente leituraReturns a reference to the local storage object used to store data that may only be accessed by the origin that created it.
Window.menubarSomente leituraReturns the menubar object, whose visibility can be toggled in the window.
Window.messageManagerReturns themessage manager object for this window.
Window.mozAnimationStartTimeSomente leituraThe time in milliseconds since epoch at which the current animation cycle began.
Window.mozInnerScreenXSomente leituraNão padrãoReturns the horizontal (X) coordinate of the top-left corner of the window's viewport, in screen coordinates. This value is reported in CSS pixels. See
mozScreenPixelsPerCSSPixelinnsIDOMWindowUtilsfor a conversion factor to adapt to screen pixels if needed.Window.mozInnerScreenYSomente leituraNão padrãoReturns the vertical (Y) coordinate of the top-left corner of the window's viewport, in screen coordinates. This value is reported in CSS pixels. See
mozScreenPixelsPerCSSPixelfor a conversion factor to adapt to screen pixels if needed.Window.mozPaintCountNão padrãoSomente leituraReturns the number of times the current document has been rendered to the screen in this window. This can be used to compute rendering performance.
Window.namePega/attribui o nome ao objeto
window.Window.navigatorSomente leituraReturns a reference to the navigator object.
Window.openerReturns a reference to the window that opened this current window.
Window.outerHeightSomente leituraGets the height of the outside of the browser window.
Window.outerWidthSomente leituraGets the width of the outside of the browser window.
Window.pageXOffsetSomente leituraAn alias for
window.scrollX.Window.pageYOffsetSomente leituraAn alias for
window.scrollYWindowSession.sessionStorageSomente leitura…
SpeechSynthesisGetter.speechSynthesisSomente leitura…
Window.parentSomente leituraReturns a reference to the parent of the current window or subframe.
Window.performanceSomente leituraProvides a hosting area forperformance related attributes.
Window.personalbarSomente leituraReturns the personalbar object, whose visibility can be toggled in the window.
Window.pkcs11Formerly provided access to install and remove PKCS11 modules.
Window.returnValueThe return value to be returned to the function that called
window.showModalDialog()to display the window as a modal dialog.Window.screenSomente leituraReturns a reference to the screen object associated with the window.
Window.screenXSomente leituraReturns the horizontal distance of the left border of the user's browser from the left side of the screen.
Window.screenYSomente leituraReturns the vertical distance of the top border of the user's browser from the top side of the screen.
Window.scrollbarsSomente leituraReturns the scrollbars object, whose visibility can be toggled in the window.
Window.scrollMaxXNão padrãoSomente leituraThe maximum offset that the window can be scrolled to horizontally, that is the document width minus the viewport width.
Window.scrollMaxYNão padrãoSomente leituraThe maximum offset that the window can be scrolled to vertically (i.e., the document height minus the viewport height).
Window.scrollXSomente leituraReturns the number of pixels that the document has already been scrolled horizontally.
Window.scrollYSomente leituraReturns the number of pixels that the document has already been scrolled vertically.
Window.selfSomente leituraReturns an object reference to the window object itself.
Window.sessionStorageA storage object for storing data within a single page session.
Window.sidebarNão padrãoSomente leituraReturns a reference to the window object of the sidebar.
Window.statusGets/sets the text in the statusbar at the bottom of the browser.
Window.statusbarSomente leituraReturns the statusbar object, whose visibility can be toggled in the window.
Window.toolbarSomente leituraReturns the toolbar object, whose visibility can be toggled in the window.
Window.topSomente leituraReturns a reference to the topmost window in the window hierarchy. This property is read only.
Window.windowSomente leituraReturns a reference to the current window.
window[0],window[1], etc.Returns a reference to the
windowobject in the frames. SeeWindow.framesfor more details.
Methods
This interface inherits methods from theEventTarget interface and implements methods fromWindowTimers,WindowBase64, andWindowEventHandlers.
EventTarget.addEventListener()Register an event handler to a specific event type on the window.
Window.alert()Displays an alert dialog.
WindowBase64.atob()Decodes a string of data which has been encoded using base-64 encoding.
Window.back()Não padrãoMoves back one in the window history.
Window.blur()Sets focus away from the window.
WindowBase64.btoa()Creates a base-64 encoded ASCII string from a string of binary data.
Window.captureEvents()DeprecatedRegisters the window to capture all events of the specified type.
Window.clearImmediate()Cancels the repeated execution set using
setImmediate.WindowTimers.clearInterval()Cancels the repeated execution set using
WindowTimers.setInterval().WindowTimers.clearTimeout()Cancels the repeated execution set using
WindowTimers.setTimeout().Window.close()Closes the current window.
Window.confirm()Displays a dialog with a message that the user needs to respond to.
Window.disableExternalCapture()Window.dispatchEvent()Used to trigger an event.
Window.dump()Writes a message to the console.
Window.enableExternalCapture()Window.find()Searches for a given string in a window.
Window.focus()Sets focus on the current window.
Window.forward()Não padrãoMoves the window one document forward in the history.
Window.getAttention()Flashes the application icon.
Window.getAttentionWithCycleCount()Window.getComputedStyle()Gets computed style for the specified element. Computed style indicates the computed values of all CSS properties of the element.
Window.getDefaulComputedStyle()Gets default computed style for the specified element, ignoring author stylesheets.
Window.getSelection()Returns the selection object representing the selected item(s).
Window.home()Não padrãoReturns the browser to the home page.
Window.matchMedia()Returns a
MediaQueryListobject representing the specified media query string.Window.maximize()Window.minimize()(top-level XUL windows only)Minimizes the window.
Window.moveBy()Moves the current window by a specified amount.
Window.moveTo()Moves the window to the specified coordinates.
Window.mozRequestAnimationFrame()Tells the browser that an animation is in progress, requesting that the browser schedule a repaint of the window for the next animation frame. This will cause a
MozBeforePaintevent to fire before that repaint occurs.Window.open()Opens a new window.
Window.openDialog()Opens a new dialog window.
Window.postMessage()Provides a secure means for one window to send a string of data to another window, which need not be within the same domain as the first, in a secure manner.
Window.print()Opens the Print Dialog to print the current document.
Window.prompt()Returns the text entered by the user in a prompt dialog.
Window.releaseEvents()DeprecatedReleases the window from trapping events of a specific type.
Window.removeEventListener()Removes an event listener from the window.
Window.resizeBy()Resizes the current window by a certain amount.
Window.resizeTo()Dynamically resizes window.
Window.restore()Window.routeEvent()Window.scroll()Scrolls the window to a particular place in the document.
Window.scrollBy()Scrolls the document in the window by the given amount.
Window.scrollByLines()Scrolls the document by the given number of lines.
Window.scrollByPages()Scrolls the current document by the specified number of pages.
Window.scrollTo()Scrolls to a particular set of coordinates in the document.
Window.setCursor()Changes the cursor for the current window
Window.setImmediate()Executes a function after the browser has finished other heavy tasks
WindowTimers.setInterval()Schedules the execution of a function each X milliseconds.
Window.setResizableWindowTimers.setTimeout()Sets a delay for executing a function.
Window.showModalDialog()Displays a modal dialog.
Window.sizeToContent()Sizes the window according to its content.
Window.stop()This method stops window loading.
Window.updateCommands()Updates the state of commands of the current chrome window (UI).
Event handlers
These are properties of the window object that can be set to establish event handlers for the various things that can happen in the window that might be of interest.
This interface inherits event handlers from theEventTarget interface and implements event handlers fromWindowTimers,WindowBase64, andWindowEventHandlers.
Nota:Starting in Gecko 9.0, you can now use the syntaxif ("onabort" in window) to determine whether or not a given event handler property exists. This is because event handler interfaces have been updated to be proper web IDL interfaces. SeeDOM event handlers for details.
GlobalEventHandlers.onabortAn event handler property for abort events on the window.
WindowEventHandlers.onbeforeunloadAn event handler property for before-unload events on the window.
GlobalEventHandlers.onblurAn event handler property for blur events on the window.
GlobalEventHandlers.onchangeAn event handler property for change events on the window.
GlobalEventHandlers.onclickAn event handler property for click events on the window.
GlobalEventHandlers.oncloseAn event handler property for handling the window close event.
GlobalEventHandlers.oncontextmenuAn event handler property for right-click events on the window.
Window.ondevicelightAn event handler property for any ambient light levels changes
Window.ondevicemotionWindow.ondeviceorientationAn event handler property for any device orientation changes
Window.ondeviceproximityAn event handler property for device proximity event
GlobalEventHandlers.onerrorAn event handler property for
errorevents raised on the window.GlobalEventHandlers.onfocusAn event handler property for
focusevents on the window.WindowEventHandlers.onhashchangeAn event handler property for hash change events on the window; called when the part of the URL after the hash mark ("#") changes.
GlobalEventHandlers.onkeydownAn event handler property for
keydownevents on the window.GlobalEventHandlers.onkeypressAn event handler property for
keypressevents on the window.GlobalEventHandlers.onkeyupAn event handler property for
keyupevents on the window.WindowEventHandlers.onlanguagechangeAn event handler property for
languagechangeevents on the window.GlobalEventHandlers.onloadAn event handler property for window loading.
GlobalEventHandlers.onmousedownAn event handler property for mousedown events on the window.
GlobalEventHandlers.onmousemoveAn event handler property for mousemove events on the window.
GlobalEventHandlers.onmouseoutAn event handler property for mouseout events on the window.
GlobalEventHandlers.onmouseoverAn event handler property for mouseover events on the window.
GlobalEventHandlers.onmouseupAn event handler property for mouseup events on the window.
Window.onmozbeforepaintAn event handler property for the
MozBeforePaintevent, which is sent before repainting the window if the event has been requested by a call to theWindow.mozRequestAnimationFrame()method.WindowEventHandlers.onpageshowAn event handler property for pageshow events on the window.
WindowEventHandlers.onpagehideAn event handler property for pagehide events on the window.
Window.onpaintAn event handler property for paint events on the window.
WindowEventHandlers.onpopstateAn event handler property for popstate events, which are fired when navigating to a session history entry representing a state object.
GlobalEventHandlers.onresetAn event handler property for reset events on the window.
GlobalEventHandlers.onresizeAn event handler property for window resizing.
GlobalEventHandlers.onscrollAn event handler property for window scrolling.
GlobalEventHandlers.onselectAn event handler property for window selection.
GlobalEventHandlers.onsubmitAn event handler property for submits on window forms.
Window.onunloadAn event handler property for unload events on the window.
Window.onuserproximityAn event handler property for user proximity events
Constructors
See also theDOM Interfaces.
Window.DOMParserWindow.GeckoActiveXObjectImageUsed for creating an
HTMLImageElement.OptionUsed for creating an
HTMLOptionElementWindow.QueryInterfaceWindow.XMLSerializerWorkerUsed for creating aWeb worker
Window.XPCNativeWrapperWindow.XPCSafeJSObjectWrapper