Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 23,290 for

js

(0.2 sec)
  1. Namespaces crash course - SVG: Scalable Vector ...

    As an XML dialect, SVG is namespaced. It is important to understand the concept of namespaces and how they are used if you plan to author SVG content. Namespaces are essential to user agents that support multiple XML dialects; browsers must be very strict. Taking the time to understand namespaces now will save you from future headaches....js" type="text/javascript" /> </svg>...createElementNS() , you must write: js document.createElementNS("http://www...

    developer.mozilla.org/en-US/docs/Web/SVG/Namesp...
  2. 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...
  3. 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...
  4. 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...
  5. Keyboard API - Web APIs | MDN

    The Keyboard API provides methods for working with a physical keyboard that is attached to a device running a browser.... js if (navigator.keyboard) { const...value for each of these keys: js navigator.keyboard.lock(["KeyW"...

    developer.mozilla.org/en-US/docs/Web/API/Keyboa...
  6. Device Memory API - Web APIs | MDN

    The capabilities of a client device largely depend on the amount of available RAM. Traditionally, developers had to use heuristics and either benchmark a device or infer device capabilities based on other factors like the device manufacturer or User Agent strings.... js const RAM = navigator.deviceMemory;...

    developer.mozilla.org/en-US/docs/Web/API/Device...
  7. TypeScript - MDN Web Docs Glossary: Definitions...

    TypeScript is a programming language that adds static type checking to JavaScript....reassigned to a different type: js let myVariable = "Hello World";...

    developer.mozilla.org/en-US/docs/Glossary/TypeS...
  8. HTMLElement: enterKeyHint property - Web APIs |...

    Learn about the HTMLElement.enterKeyHint property, including code examples, specifications, and browser compatibility.... js const send = document.getEle...

    developer.mozilla.org/en-US/docs/Web/API/HTMLEl...
  9. FederatedCredential - Web APIs | MDN

    Learn about the FederatedCredential interface, including its constructor, properties, and methods, code examples, specifications, and browser compatibility.... Examples js const cred = new FederatedCredential({...

    developer.mozilla.org/en-US/docs/Web/API/Federa...
  10. <input type="file"> - HTML | MDN

    элемент с атрибутом type="file" позволяет пользователю выбрать один файл или более из файлового хранилища своего устройства. После выбора эти файлы могут быть загружены на сервер при помощи формы, или обработаны JavaScript и File API.... js var input = document.querySelector("input");...updateImageDisplay() function. js input.addEventListener("change"...

    developer.mozilla.org/ru/docs/Web/HTML/Element/...