HTMLLinkElement:as 属性

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

HTMLLinkElement 接口的 as 属性返回一个字符串,该字符串表示将由链接元素预加载的内容类型。

当链接元素的 rel="preload" 时,as 属性必须有一个值,否则资源将不会被获取。它也可以应用于 rel="modulepreload" 的链接元素,但如果省略,将默认为 script。对于其他类型的链接元素,如 rel="prefetch",则不应设置此属性。

此属性反映 HTML <link> 元素的 as 属性的值。

一个字符串,允许以下值:"audio""document""embed""fetch""font""image""object""script""style""track""video""worker"

规范

Specification
HTML Standard
# dom-link-as

浏览器兼容性

BCD tables only load in the browser