Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 1,244 for

dom

(0.04 sec)
  1. What is web performance? - Learn web developmen...

    Web performance is all about making websites fast, including making slow processes seem fast. Does the site load quickly, allow the user to start interacting with it quickly, and offer reassuring feedback if something is taking time to load (e.g. a loading spinner)? Are scrolling and animations smooth? This article provides a brief introduction to objective, measurable web performance*, looking at what technologies, techniques, and tools are involved in web optimization....requires due to changes in the DOM. Perceived performance : How...application size, the number of DOM nodes, the number of resource...

    developer.mozilla.org/en-US/docs/Learn/Performa...
  2. SVGElement - Web APIs | MDN

    Learn about the SVGElement interface, including its properties and methods, specifications and browser compatibility....Français 日本語 中文 (简体) All of the SVG DOM interfaces that correspond directly...axes. unload Fired when the DOM implementation removes an SVG...

    developer.mozilla.org/en-US/docs/Web/API/SVGEle...
  3. HTMLAnchorElement: password property - Web APIs...

    Learn about the HTMLAnchorElement.password property, including its type, code examples, specifications, and browser compatibility....Specification HTML Standard # dom-hyperlink-password-dev Browser...

    developer.mozilla.org/en-US/docs/Web/API/HTMLAn...
  4. JavaScript performance optimization - Learn web...

    It is very important to consider how you are using JavaScript on your websites and think about how to mitigate any performance issues that it might be causing. While images and video account for over 70% of the bytes downloaded for the average website, byte per byte, JavaScript has a greater potential for negative performance impact — it can significantly impact download times, rendering performance, and CPU and battery usage. This article introduces tips and techniques for optimizing JavaScript to enhance the performance of your website....fetched in parallel with the DOM parsing, so it will be ready...needed. This could be done via DOM scripting, for example: js const...

    developer.mozilla.org/en-US/docs/Learn/Performa...
  5. 6. JavaScript fundamentals | MDN Curriculum

    Focus on the core JavaScript language and fundamental surrounding topics....9 DOM scripting Learning outcomes:...outcomes: Understand what the DOM is — the browser's internal representation...

    developer.mozilla.org/en-US/curriculum/core/jav...
  6. Content scripts - Mozilla | MDN

    A content script is a part of your extension that runs in the context of a web page (as opposed to background scripts that are part of the extension, or scripts that are part of the website itself, such as those loaded using the