Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 31,178 for

web

(0.18 sec)
  1. VRStageParameters - Web APIs | MDN

    Learn about the VRStageParameters interface, including its properties, code examples, specifications, and browser compatibility....been removed from the relevant web standards, may be in the process...production sites facing the Web: it will not work for every user...

    developer.mozilla.org/en-US/docs/Web/API/VRStag...
  2. SVGGlyphElement - Web APIs | MDN

    Learn about the SVGGlyphElement interface, including its properties and methods, specifications and browser compatibility....been removed from the relevant web standards, may be in the process...

    developer.mozilla.org/en-US/docs/Web/API/SVGGly...
  3. GPUSampler - Web APIs | MDN

    Learn about the GPUSampler interface, including its properties, code examples, specifications, and browser compatibility....This feature is available in Web Workers . The GPUSampler interface...

    developer.mozilla.org/en-US/docs/Web/API/GPUSam...
  4. PaymentManager - Web APIs | MDN

    Learn about the PaymentManager interface, including its properties and methods, code examples, specifications, and browser compatibility....See also Payment Handler API Web-based payment apps overview Setting...

    developer.mozilla.org/en-US/docs/Web/API/Paymen...
  5. OffscreenCanvas - Web APIs | MDN

    Learn about the OffscreenCanvas interface, including its properties and methods, code examples, specifications, and browser compatibility....This feature is available in Web Workers . When using the <canvas>...the main execution thread of a web application. The computation...

    developer.mozilla.org/en-US/docs/Web/API/Offscr...
  6. HTML básico - Aprendendo desenvolvimento web | MDN

    HTML (Linguagem de Marcação de Hipertexto) é o código que você usa para estruturar uma página Web e seu conteúdo. Por exemplo, o conteúdo pode ser estruturado em parágrafos, em uma lista com marcadores ou usando imagens e tabelas. Como o título sugere, este artigo fornecerá uma compreensão básica do HTML e suas funções....comunidade MDN Web Docs. Anterior Menu: Introdução à Web Próxima HTML...usa para estruturar uma página web e seu conteúdo. Por exemplo,...

    developer.mozilla.org/pt-BR/docs/Learn/Getting_...
  7. ReadableStreamDefaultReader - Web APIs | MDN

    Learn about the ReadableStreamDefaultReader interface, including its constructor, properties, and methods, code examples, specifications, and browser compatibility....This feature is available in Web Workers . The ReadableStreamDefaul...writable, and transform streams. Web-streams-polyfill or sd-streams...

    developer.mozilla.org/en-US/docs/Web/API/Readab...
  8. NDEFReader - Web APIs | MDN

    Learn about the NDEFReader interface, including its constructor and methods, code examples, specifications, and browser compatibility....NDEFReader interface of the Web NFC API is used to read from...Specifications Specification Web NFC API # the-ndefreader-object...

    developer.mozilla.org/en-US/docs/Web/API/NDEFRe...
  9. Report - Web APIs | MDN

    Learn about the Report interface, including its properties and methods, code examples, specifications, and browser compatibility....This feature is available in Web Workers . The Report interface...of deprecated features on our web page: js const options = { types:...

    developer.mozilla.org/en-US/docs/Web/API/Report
  10. DOM (Document Object Model) - MDN Web Docs Glos...

    The DOM (Document Object Model) is an API that represents and interacts with any HTML or XML-based markup language document. The DOM is a document model loaded in the browser and representing the document as a node tree, or DOM tree, where each node represents part of the document (e.g. an element, text string, or comment)....of the most-used API s on the Web because it allows code running...

    developer.mozilla.org/en-US/docs/Glossary/DOM