0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -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