Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 27,955 for

web

(0.07 sec)
  1. Document Object Model (DOM) - Web APIs | MDN

    The Document Object Model (DOM) connects Web pages to scripts or programming languages by representing the structure of a document—such as the HTML representing a Web page—in memory. Usually it refers to JavaScript, even though modeling HTML, SVG, or XML documents as objects are not part of the core JavaScript language....Object Model ( DOM ) connects web pages to scripts or programming...document—such as the HTML representing a web page—in memory. Usually it refers...

    developer.mozilla.org/en-US/docs/Web/API/Docume...
  2. Response - Web APIs | MDN

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

    developer.mozilla.org/en-US/docs/Web/API/Response
  3. XPathResult - Web APIs | MDN

    Learn about the XPathResult interface, including its properties and methods, specifications and browser compatibility....evaluate() XPathExpression Dottoro Web Reference - XPathResult object...

    developer.mozilla.org/en-US/docs/Web/API/XPathR...
  4. SharedWorker - Web APIs | MDN

    Learn about the SharedWorker interface, including its properties and methods, specifications and browser compatibility....SharedWorker() Creates a shared web worker that executes the script...

    developer.mozilla.org/en-US/docs/Web/API/Shared...
  5. WritableStreamDefaultWriter - Web APIs | MDN

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

    developer.mozilla.org/en-US/docs/Web/API/Writab...
  6. Device orientation events - Web APIs | MDN

    Device orientation events are events that allow you to detect a device's physical orientation, as well as allowing you to detect the device's motion....orientation events enable you to write web applications that can change...orientation events include: in web-based games, to enable the user...

    developer.mozilla.org/en-US/docs/Web/API/Device...
  7. Sending forms through JavaScript - Learn web de...

    When a user submits an HTML form, for example by clicking the submit button, the browser makes an HTTP request to send the data in the form. But instead of this declarative approach, Web apps sometimes use JavaScript APIs such as fetch() to send data programmatically to an endpoint that expects a form submission. This article explains why this is an important use case and how to do it....of this declarative approach, web apps sometimes use JavaScript...However, many web apps, especially progressive web apps and single-page...

    developer.mozilla.org/en-US/docs/Learn/Forms/Se...
  8. Request: body property - Web APIs | MDN

    Learn about the Request.body property, including its type, code examples, specifications, and browser compatibility....This feature is available in Web Workers . The body read-only...

    developer.mozilla.org/en-US/docs/Web/API/Reques...
  9. The WebSocket API (WebSockets) - Web APIs | MDN

    The WebSocket API makes it possible to open a two-way interactive communication session between the user's browser and a server. With this API, you can send messages to a server and receive responses without having to poll the server for a reply....This feature is available in Web Workers . The WebSocket API makes...mechanisms for creating and using web socket connections: the WebSocket...

    developer.mozilla.org/en-US/docs/Web/API/WebSoc...
  10. Imágenes adaptables - Aprende desarrollo web | MDN

    En este artículo, aprenderemos sobre el concepto de imágenes adaptables — imágenes que funcionan bien en dispositivos con una amplia diferencia de tamaño de pantallas, resoluciones y otras tantas características — y observar qué herramientas proporciona HTML para ayudar a implementarlas. Esto ayuda a mejorar el rendimiento en diferentes dispositivos....únete a la comunidad de MDN Web Docs. Anterior Overview: Multimedia...son solo una parte del diseño web responsivo, un tema que aprenderás...

    developer.mozilla.org/es/docs/Learn/HTML/Multim...