We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efce5d commit 3a5550bCopy full SHA for 3a5550b
src/Components/Web.JS/src/Rendering/DomMerging/DomSync.ts
@@ -324,7 +324,7 @@ function domNodeComparer(a: Node, b: Node): UpdateCost {
324
}
325
326
327
-function isPreloadElement(el: Element): bool {
+function isPreloadElement(el: Element): boolean {
328
return el.tagName === 'LINK' && el.attributes.getNamedItem('rel')?.value === 'preload';
329
330
0 commit comments