JavaScript modules via script tag
Loading JavaScript module scripts (aka ES6 modules) using `<script type="module">` Includes support for the `nomodule` attribute.
JavaScript modules: dynamic import()
Loading JavaScript modules dynamically using the import() syntax
CSS Font Loading
This CSS module defines a scripting interface to font faces in CSS, allowing font faces to be easily created and loaded from script. It also provides methods to track the loading status of an individual font, or of all the fonts on an entire page.
IntersectionObserver
API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport. The position is delivered asynchronously and is useful for understanding the visibility of elements and implementing pre-loading and deferred loading of DOM content.
Resource Hints: Lazyload
Gives a hint to the browser to lower the loading priority of a resource. Please note that this is a legacy attribute, see the [`loading`](/loading-lazy-attr) attribute for the new standardized API.
Lazy loading via attribute for images & iframes
The `loading` attribute on images & iframes gives authors control over when the browser should start loading the resource.
zstd (Zstandard) content-encoding
Data compression method providing faster page loading while using less CPU power on the server.
fontfaceset api: `loadingdone` event
fontfaceset api: `loadingerror` event
fontfaceset api: `loading` event
htmliframeelement api: loading
htmlimageelement api: loading
performancetiming api: domloading
html element: iframe: loading
html element: img: loading
headers http header: supports-loading-mode
headers http header: supports-loading-mode: `credentialed-prerender` directive
headers http header: supports-loading-mode: `fenced-frames` directive
18 results found.