6819 documents found in English (US). Showing results 1 to 10.
The open() method of the CacheStorage interface returns a Promise that resolves to the Cache object matching the cacheName.
developer.mozilla.org/en-US/docs/Web/API/CacheStorage/open
The smoothingTimeConstant property of the AnalyserNode interface is a double value representing the averaging constant with the last analysis frame. It's basically an average between the current buffer and the last buffer the AnalyserNode processed, and results in a much smoother set of value changes over time.
developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/smoothingTimeConstant
The basic ideas behind network independence are to be able to:
developer.mozilla.org/en-US/docs/Web/Apps/Progressive/Network_independent
The EXT_frag_depth extension is part of the WebGL API and enables to set a depth value of a fragment from within the fragment shader.
developer.mozilla.org/en-US/docs/Web/API/EXT_frag_depth
The OES_standard_derivatives extension is part of the WebGL API and adds the GLSL derivative functions dFdx, dFdy, and fwidth.
developer.mozilla.org/en-US/docs/Web/API/OES_standard_derivatives
A Float32Array.
developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/getFloatTimeDomainData
If a -webkit-mask-image is specified, -webkit-mask-clip determines the mask image's clipping behavior.
developer.mozilla.org/en-US/docs/Web/CSS/-webkit-mask-clip
The WebGL2RenderingContext.vertexAttribI4[u]i[v]() methods of the WebGL 2 API specify integer values for generic vertex attributes.
developer.mozilla.org/en-US/docs/Web/API/WebGL2RenderingContext/vertexAttribI
The WebGL2RenderingContext.drawArraysInstanced() method of the WebGL 2 API renders primitives from array data like the gl.drawArrays() method. In addition, it can execute multiple instances of the range of elements.
developer.mozilla.org/en-US/docs/Web/API/WebGL2RenderingContext/drawArraysInstanced
The XMLDocument interface represent an XML document. It inherits from the generic Document and does not add any specific methods or properties to it: nevertheless, several algorithms behave differently with the two types of documents.
developer.mozilla.org/en-US/docs/Web/API/XMLDocument