0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/integrations/prefetch/src
Maik Jablonski ceb0eef944
Use passive listeners in prefetch (#4207)
* Use passive listeners in prefetch

Without passive=true, Lighthouse complains about not using passive listeners to improve scrolling performance.

* Create cold-shoes-drum.md

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-11 11:04:10 -05:00
..
client.ts Use passive listeners in prefetch (#4207) 2022-08-11 11:04:10 -05:00
index.ts Fix integration name (prefetch instead of lit) (#3778) 2022-06-30 12:53:01 -05:00
requestIdleCallback.ts Adds a prefetch integration for near-instant page navigations (#3725) 2022-06-27 18:26:21 +00:00