Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 22,098 for

js

(0.06 sec)
  1. is - HTML: Lenguaje de etiquetas de hipertexto ...

    La construcción is global attribute permite especificar que un elemento HTML estándar se debería comportar como un elemento personalizado provisto originalmente por el lenguaje (para más detalles, vea Utilizando elementos personalizados).... js // Crea una clase para el elemento...

    developer.mozilla.org/es/docs/Web/HTML/Global_a...
  2. CSSMediaRule - Web APIs | MDN

    Learn about the CSSMediaRule interface, including its properties and methods, code examples, specifications, and browser compatibility....500px) { body { color: blue; } } js const log = document.getElementById("log");...

    developer.mozilla.org/en-US/docs/Web/API/CSSMed...
  3. SpeechSynthesisErrorEvent - Web APIs | MDN

    Learn about the SpeechSynthesisErrorEvent interface, including its constructor, properties, and methods, code examples, specifications, and browser compatibility.... Examples js const synth = window.speechSynthesis;...

    developer.mozilla.org/en-US/docs/Web/API/Speech...
  4. Badging API - Web APIs | MDN

    The Badging API gives web developers a method of setting a badge on a document or application, to act as a notification that state has changed without displaying a more distracting notification. A common use case for this would be an application with a messaging feature displaying a badge on the app icon to show that new messages have arrived....current app with a value of 12: js navigator.setAppBadge(12); To...notification badge on the current app: js navigator.clearAppBadge(); Specifications...

    developer.mozilla.org/en-US/docs/Web/API/Badgin...
  5. Manipulating video using canvas - Web APIs | MDN

    By combining the capabilities of the video element with a canvas, you can manipulate video data in real time to incorporate a variety of visual effects to the video being displayed. This tutorial demonstrates how to perform chroma-keying (also known as the "green screen effect") using JavaScript code....js"></script> </body> </html> The...from a script named processor.js . The JavaScript code The JavaScript...

    developer.mozilla.org/en-US/docs/Web/API/Canvas...
  6. WGSLLanguageFeatures - Web APIs | MDN

    Learn about the WGSLLanguageFeatures interface, including its properties and methods, code examples, specifications, and browser compatibility....whether an extension is available js if ( navigator.gpu.wgslLanguageFeatures...size and iterate through values js const wgslFeatures = navigator...

    developer.mozilla.org/en-US/docs/Web/API/WGSLLa...
  7. Web Serial API - Web APIs | MDN

    The Web Serial API provides a way for websites to read from and write to serial devices. These devices may be connected via a serial port, or be USB or Bluetooth devices that emulate a serial port.... js navigator.serial.addEventListener("connect"...SerialPort.readable becomes null . js while (port.readable) { const...

    developer.mozilla.org/en-US/docs/Web/API/Web_Se...
  8. Document comparison issue in .NET MVC - Free Su...

    Hi, I’ve puchased recently the GroupDocs.Total and I started to test the Comparasion a few days ago, however, I had two major problems with the example and one with it-self, that has been holding me back from implementi…...projects and they implement Angular JS within. Can you please share...projects and they implement Angular JS within. Can you please share...

    forum.groupdocs.com/t/document-comparison-issue...
  9. AbstractRange - Web APIs | MDN

    Learn about the AbstractRange interface, including its properties and methods, specifications and browser compatibility....text node inside the element: js const startElem = document.querySelector("p");...forum…" , you can do so like this: js const pRange = document.createRange();...

    developer.mozilla.org/en-US/docs/Web/API/Abstra...
  10. <input type="button"> - HTML(超文本标记语言) | MDN

    button 类型的 元素被渲染为简单的按钮,可以根据需要对其进行编程,可以为其分配一个事件处理函数(通常为 click 事件),以控制网页上的任何地方的自定义功能。...</p> js const button = document.querySelector("input");...type="button" value="已启用" /> js const button = document.querySelector("input");...

    developer.mozilla.org/zh-CN/docs/Web/HTML/Eleme...