Articles tagged: API
Found 5012 documents
- Web/API/Window/alert The Window.alert() method displays an alert dialog with the optional specified content and an OK ...
- Web/API/Window/applicationCache Returns a reference to the application cache object for the window.
- Web/API/Window/back Returns the window to the previous item in the history. This was a Gecko-specific method. Use ...
- Web/API/Window/blur Shifts focus away from the window.
- Web/API/Window/cancelAnimationFrame Cancels an animation frame request previously scheduled through a call to ...
- Web/API/Window/cancelIdleCallback The window.cancelIdleCallback() method cancels a callback previously scheduled with ...
- Web/API/Window/captureEvents Registers the window to capture all events of the specified type.
- Web/API/Window/clearImmediate This method clears the action specified by window.setImmediate.
- Web/API/Window/close The Window.close() method closes the current window, or the window on which it was called.
- Web/API/Window/closed This read-only property indicates whether the referenced window is closed or not.
- Web/API/Window/confirm The Window.confirm() method displays a modal dialog with an optional message and two buttons, OK ...
- Web/API/Window/console The Window.console read-only property returns a reference to the Console object, which provides ...
- Web/API/Window/controllers Returns the XUL controllers of the chrome window.
- Web/API/Window/convertPointFromNodeToPage Given a Point specified in a particular DOM Node 's coordinate system, the Window method ...
- Web/API/Window/convertPointFromPageToNode Given a Point specified in the page's coordinate system, the Window method ...
- Web/API/Window/crypto The Window.crypto read-only property returns the Crypto object associated to the global object. ...
- Web/API/Window/defaultStatus Gets/sets the status bar text for the given window.
- Web/API/Window/devicePixelRatio The Window property devicePixelRatio returns the ratio of the resolution in physical pixels to ...
- Web/API/Window/dialogArguments The dialogArguments property returns the parameters that were passed into the ...
- Web/API/Window/directories Returned the window personalbar toolbar object. Use the window.personalbar instead.
- Web/API/Window/document window.document returns a reference to the document contained in the window.
- Web/API/Window/dump Prints messages to the (native) console.
- Web/API/Window/event window.event is a proprietary Microsoft Internet Explorer property which is only available while ...
- Web/API/Window/find Finds a string in a window.
- Web/API/Window/focus Makes a request to bring the window to the front. It may fail due to user settings and the ...
- Web/API/Window/forward Moves the window one document forward in the history. This was a Gecko-specific method. Use the ...
- Web/API/Window/frameElement Returns the element (such as iframe or object) in which the window is embedded, or null if the ...
- Web/API/Window/frames Returns the window itself, which is an array-like object, listing the direct sub-frames of the ...
- Web/API/Window/fullScreen This property indicates whether the window is displayed in full screen mode or not. It is only ...
- Web/API/Window/getAttention Attempts to get the user's attention. How this happens varies based on OS and window manager.
- Web/API/Window/getComputedStyle The Window.getComputedStyle() method gives the values of all the CSS properties of an element ...
- Web/API/window/getDefaultComputedStyle getDefaultComputedStyle() gives the default computed values of all the CSS properties of an ...
- Web/API/Window/getSelection Returns a Selection object representing the range of text selected by the user or the current ...
- Web/API/Window/history The Window. history read-only property returns a reference to the History object, which provides ...
- Web/API/Window/home Returns the window to the home page.
- Web/API/Window/innerHeight Height (in pixels) of the browser window viewport including, if rendered, the horizontal scrollbar.
- Web/API/Window/innerWidth Width (in pixels) of the browser window viewport including, if rendered, the vertical scrollbar.
- Web/API/Window/isSecureContext The window.isSecureContext read-only property indicates whether a context is capable of using ...
- Web/API/Window/length Returns the number of frames (either frame or iframe elements) in the window.
- Web/API/Window/localStorage The read-only localStorage property allows you to access a Storage object for the Document 's ...
- Web/API/Window/location The Window.location read-only property returns a Location object with information about the ...
- Web/API/Window/locationbar Returns the locationbar object, whose visibility can be checked.
- Web/API/Window/matchMedia Returns a new MediaQueryList object representing the parsed results of the specified media query ...
- Web/API/Window/menubar Returns the menubar object, whose visibility can be checked.
- Web/API/Window/messageManager Returns the message manager object for this window. See The message manager for details.
- Web/API/Window/minimize Sets a window to minimized state (a way to undo it programatically is by calling window.moveTo()).
- Web/API/Window/moveBy Moves the current window by a specified amount.
- Web/API/Window/moveTo Moves the window to the specified coordinates.
- Web/API/Window/mozAnimationStartTime Returns the time, in milliseconds since the epoch, at which animations started now should be ...
- Web/API/Window/mozInnerScreenX Gets the X coordinate of the top-left corner of the window's viewport, in screen coordinates.
- Web/API/Window/mozInnerScreenY Gets the Y coordinate of the top-left corner of the window's viewport, in screen coordinates.
- Web/API/Window/mozPaintCount Returns the number of times the current document has been painted to the screen in this window.
- Web/API/Window/name Gets/sets the name of the window.
- Web/API/Window/navigator The Window.navigator read-only property returns a reference to the Navigator object, which can ...
- Web/API/Window/navigator/mozNetworkStats The MozNetworkStatsManager interface provides methods and properties to monitor data usage.
- Web/API/Window/onappinstalled The onappinstalled attribute of the Window object serves as an event handler for the ...
- Web/API/Window/onbeforeinstallprompt The Window.onbeforeinstallprompt property is an event handler for processing a ...
- Web/API/Window/ondevicelight Specifies an event listener to receive devicelight events. These events occur when the device's ...
- Web/API/Window/ondevicemotion An event handler for the devicemotion events sent to the window.
- Web/API/Window/ondeviceorientation An event handler for the deviceorientation event, which contains information about a relative ...
- Web/API/Window/ondeviceorientationabsolute An event handler for the deviceorientationabsolute event containing information about an ...
- Web/API/Window/ondeviceproximity Specifies an event listener to receive deviceproximity events. These events occur when the ...
- Web/API/Window/ondragdrop An event handler for drag and drop events sent to the window.
- Web/API/Window/ongamepadconnected The ongamepadconnected property of the Window interface represents an event handler that will ...
- Web/API/Window/ongamepaddisconnected The ongamepaddisconnected property of the Window interface represents an event handler that will ...
- Web/API/Window/onmozbeforepaint An event handler for the MozBeforePaint event. This is used in concert with the ...
- Web/API/Window/onpaint An event handler for the paint event on the window. Not working in Gecko -based applications ...
- Web/API/Window/onuserproximity The Window.onuserproxymity property represents an EventHandler, that is a function to be called ...
- Web/API/Window/onvrdisplayactivate The onvrdisplayactivate property of the Window interface represents an event handler that will ...
- Web/API/Window/onvrdisplayblur The onvrdisplayblur property of the Window interface represents an event handler that will run ...
- Web/API/Window/onvrdisplayconnect The onvrdisplayconnect property of the Window interface represents an event handler that will ...
- Web/API/Window/onvrdisplaydeactivate The onvrdisplaydeactivate property of the Window interface represents an event handler that will ...
- Web/API/Window/onvrdisplaydisconnect The onvrdisplaydisconnect event handler property of the Window interface is called when a ...
- Web/API/Window/onvrdisplayfocus The onvrdisplayfocus property of the Window interface represents an event handler that will run ...
- Web/API/Window/onvrdisplaypresentchange The onvrdisplaypresentchange property of the Window interface represents an event handler that ...
- Web/API/Window/open The Window interface's open() method loads the specified resource into the browsing context ...
- Web/API/Window/openDialog window.openDialog() is an extension to window.open(). It behaves the same, except that it can ...
- Web/API/Window/opener Returns a reference to the window that opened this current window.
- Web/API/Window/outerHeight Window.outerHeight gets the height in pixels of the whole browser window. It represents the ...
- Web/API/Window/outerWidth Window.outerWidth gets the width of the outside of the browser window. It represents the width ...
- Web/API/Window/pageYOffset The read-only Window property pageYOffset is an alias for scrollY ; as such, it returns the ...
- Web/API/Window/parent A reference to the parent of the current window or subframe.
- Web/API/Window/performance The Window interface's performance property returns a Performance object, which can be used to ...
- Web/API/Window/personalbar Returns the personalbar object, whose visibility can be toggled in the window.
- Web/API/Window/pkcs11 Returns the pkcs11 object, which is used to install drivers and other software associated with ...
- Web/API/Window/postMessage The window.postMessage() method safely enables cross-origin communication between Window ...
- Web/API/Window/print Opens the Print Dialog to print the current document.
- Web/API/Window/prompt The Window.prompt() displays a dialog with an optional message prompting the user to input some ...
- Web/API/Window/releaseEvents Releases the window from trapping events of a specific type.
- Web/API/window/requestAnimationFrame You should call this method whenever you're ready to update your animation onscreen. This will ...
- Web/API/Window/requestFileSystem The non-standard Window method requestFileSystem() method is a Google Chrome-specific method ...
- Web/API/Window/requestIdleCallback The window.requestIdleCallback() method queues a function to be called during a browser's idle ...
- Web/API/Window/resizeBy Resizes the current window by a certain amount.
- Web/API/Window/resizeTo Dynamically resizes window.
- Web/API/Window/restore This method is currently not working, but you can use:
- Web/API/Window/routeEvent The Window method routeEvent(), which is obsolete and no longer available, used to be called to ...
- Web/API/Window/screen Returns a reference to the screen object associated with the window. The screen object, ...
- Web/API/Window/screenX The Window.screenX read-only property returns the horizontal distance, in CSS pixels, of the ...
- Web/API/Window/screenY The Window.screenY read-only property returns the vertical distance, in CSS pixels of the top ...
- Web/API/Window/scroll Scrolls the window to a particular place in the document.