[ci] format
This commit is contained in:
parent
6ad91bd80d
commit
06c5d51b37
1 changed files with 3 additions and 4 deletions
|
@ -115,8 +115,7 @@ export default function prefetch({
|
|||
});
|
||||
|
||||
requestIdleCallback(() => {
|
||||
const links = [...document.querySelectorAll<HTMLAnchorElement>(selector)]
|
||||
.filter(shouldPreload);
|
||||
const links = [...document.querySelectorAll<HTMLAnchorElement>(selector)].filter(shouldPreload);
|
||||
links.forEach(observe);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue