Results 321 - 340 of 3,929

WebGLShaderPrecisionFormat.precision

The read-only WebGLShaderPrecisionFormat.precision property returns the number of bits of precision that can be represented.
API Property Reference WebGL

WebGLShaderPrecisionFormat.rangeMax

The read-only WebGLShaderPrecisionFormat.rangeMax property returns the base 2 log of the absolute value of the maximum value that can be represented.
API Property Reference WebGL

WebGLShaderPrecisionFormat.rangeMin

The read-only WebGLShaderPrecisionFormat.rangeMin property returns the base 2 log of the absolute value of the minimum value that can be represented.
API Property Reference WebGL

WebGLTexture

The WebGLTexture interface is part of the WebGL API and represents an opaque texture object providing storage and state for texturing operations.
API Reference WebGL

WebGLUniformLocation

The WebGLUniformLocation interface is part of the WebGL API and represents the location of a uniform variable in a shader program.
API Reference WebGL

WebGLVertexArrayObject

The WebGLVertexArrayObject interface is part of the WebGL 2 API, represents vertex array objects (VAOs) pointing to vertex array data, and provides names for different sets of vertex data.
API Reference WebGL WebGL2

WebSocket

The WebSocket object provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection.
API WebSocket WebSockets

Window.blur()

Shifts focus away from the window.
API DOM Gecko Method

Window.clearImmediate()

This method clears the action specified by window.setImmediate.
API DOM Method

Window.focus()

Makes a request to bring the window to the front. It may fail due to user settings and the window isn't guaranteed to be frontmost before this method returns.
API DOM Gecko Method

Window.forward()

Moves the window one document forward in the history. This was a Gecko-specific method. Use the standard history.forward method instead.
API DOM Method

Window.stop()

This method stops window loading.
API DOM Method stopwindowloading

WindowEventHandlers.onafterprint

The WindowEventHandlers.onafterprint property sets and returns the onafterprint EventHandler for the current window.
API DOM printing Property

WindowEventHandlers.onbeforeprint

The property onbeforeprint sets and returns the onbeforeprint event handler code for the current window.
API DOM printing Property

WorkerLocation

The WorkerLocation interface defines the absolute location of the script executed by the Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.location property obtained by calling window.self.location.
API Web Workers