Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 23,250 for

js

(0.51 sec)
  1. WebGLBuffer - Web APIs | MDN

    Learn about the WebGLBuffer interface, including code examples, specifications, and browser compatibility....isBuffer() Examples Creating a buffer js const canvas = document.getE...

    developer.mozilla.org/en-US/docs/Web/API/WebGLB...
  2. XRJointSpace - Web APIs | MDN

    Learn about the XRJointSpace interface, including its properties, code examples, specifications, and browser compatibility.... js navigator.xr .requestSession({...

    developer.mozilla.org/en-US/docs/Web/API/XRJoin...
  3. GPUCommandEncoder - Web APIs | MDN

    Learn about the GPUCommandEncoder interface, including its properties and methods, code examples, specifications, and browser compatibility....recorded via a GPUCommandEncoder : js // ... // Create GPUCommandEncoder...ready to be processed by the GPU. js device.queue.submit([commandEncoder...

    developer.mozilla.org/en-US/docs/Web/API/GPUCom...
  4. Printing - CSS: Cascading Style Sheets | MDN

    There may be times in which your website or application would like to improve the user's experience when printing content. There are several possible scenarios:...user has printed its contents: js window.addEventListener("afterprint"...external page!</button> JavaScript js function setPrint() { const closePrint...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_me...
  5. AsyncGenerator - JavaScript | MDN

    The AsyncGenerator object is returned by an async generator function and it conforms to both the async iterable protocol and the async iterator protocol....from async generator functions : js async function* createAsyncGenerator()...within the for await...of loop. js // An async task. Pretend it's...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  6. SnapEvent - Web APIs | MDN

    Learn about the SnapEvent interface, including its constructor and properties, code examples, specifications, and browser compatibility.... js scrollingElem.addEventListen...example, with an animation). js scrollingElem.addEventListen...

    developer.mozilla.org/en-US/docs/Web/API/SnapEvent
  7. Context menu items - Mozilla | MDN

    This user interface option adds one or more items to a browser context menu. This is the menu available when a user right-clicks on a web page. Tabs and bookmarks can also have context menus, available through the menus API....context menus it should appear on: js browser.contextMenus.create(...appropriate extension functionality. js browser.contextMenus.onClicked...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  8. aria-busy - Accessibility | MDN

    Used in ARIA live regions, the global aria-busy state indicates an element is being modified and that assistive technologies may want to wait until the changes are complete before informing the user about the update.... js ariaLiveElement.ariaBusy = "false";...aria-atomic="true" aria-busy="false"></div> js const el = document.getElementById("clock");...

    developer.mozilla.org/en-US/docs/Web/Accessibil...
  9. Vendor Prefix - MDN Web Docs Glossary: Definiti...

    Browser vendors used to add prefixes to experimental or nonstandard CSS properties and JavaScript APIs, so developers could experiment with new ideas. This, in theory, helped to prevent their experiments from being relied upon and then breaking web developers' code during the standardization process....before Chromium) Sample usage: js window.requestAnimationFram =...prefixes, and without window : js requestAnimationFram(callback);...

    developer.mozilla.org/en-US/docs/Glossary/Vendo...
  10. PasswordCredentialInit - Web APIs | MDN

    Learn about the PasswordCredentialInit interface, including its properties, code examples and specifications.... js const credInit = { id: "1234"...mandatory credential properties. js const makeCredential = document...

    developer.mozilla.org/en-US/docs/Web/API/Passwo...