Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtimsb committed Nov 14, 2023
1 parent 64f962d commit ee88c73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .changeset/neat-mangos-judge.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
'astro': minor
---

#9092 - Fallback to `tap` prefetch strategy on slow connection, instead of bailing.
#9092 - Add `ignoreSlowConnection` option to prefetch API, which lets manually prefetch even on data saver mode or slow connection.
Fallback to the `tap` prefetch strategy on slow connection, instead of bailing.
5 changes: 5 additions & 0 deletions .changeset/six-owls-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': minor
---

Adds a `ignoreSlowConnection` option to the `prefetch()` API to prefetch even on data saver mode or slow connection.

0 comments on commit ee88c73

Please sign in to comment.