diff --git a/source b/source index eca9f85cdb9..0de2e1efe08 100644 --- a/source +++ b/source @@ -15721,8 +15721,8 @@ interface HTMLLinkElement : HTMLElement {
Assert: options's href is not the empty string.
If options's destination is not - a destination, then return null.
If options's destination is + null, then return null.
Let url be the result of encoding-parsing a URL given @@ -15861,8 +15861,9 @@ interface HTMLLinkElement : HTMLElement {
as
attributeas
attribute.crossorigin
@@ -16037,7 +16038,7 @@ interface HTMLLinkElement : HTMLElement {
If attribs["as
"] exists, then set options's destination to the result of translating attribs["translating attribs["
as
"].
If attribs["crossorigin
"]
credentials mode is request's credentials mode.
To translate a preload destination given a string destination:
+ +If destination is not "fetch
", "font
",
+ "image
", "script
", "style
",
+ or "track
", then return null.
Return the result of translating + destination.
To preload given a link processing options options and an optional processResponse, which is an algorithm accepting a