You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// check if the file is already preloaded by SSR markup
113
-
if(isBaseRelative){
114
-
// When isBaseRelative is true then we have `importerUrl` and `dep` is
115
-
// already converted to an absolute URL by the `assetsURL` function
116
-
for(leti=links.length-1;i>=0;i--){
117
-
constlink=links[i]
118
-
// The `links[i].href` is an absolute URL thanks to browser doing the work
119
-
// for us. See https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#reflecting-content-attributes-in-idl-attributes:idl-domstring-5
// check if the file is already preloaded by SSR markup
111
+
if(isBaseRelative){
112
+
// When isBaseRelative is true then we have `importerUrl` and `dep` is
113
+
// already converted to an absolute URL by the `assetsURL` function
114
+
for(leti=links.length-1;i>=0;i--){
115
+
constlink=links[i]
116
+
// The `links[i].href` is an absolute URL thanks to browser doing the work
117
+
// for us. See https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#reflecting-content-attributes-in-idl-attributes:idl-domstring-5
0 commit comments