[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/API/HTMLImageElement/fetchPriority [Back]  [Original]

HTMLImageElement: fetchPriority - Web API | MDN

MDN Web Docs

View in English Always switch to English

HTMLImageElement: fetchPriority

Baseline 2024

202410

fetchPriority HTMLImageElement <img> fetchpriority

Largest contentful paint (LCP) <link rel="preload"> fetchpriority

fetchPriority

high

low

auto

js
const img = new Image();
img.fetchPriority = "high";
img.src = "img/logo.png";

HTML
# dom-img-fetchpriority


Web Proxy Viewer  |  New URL  |  Original Page