From ee88c73bec5d70c10df874605647b92cfe3beebb Mon Sep 17 00:00:00 2001 From: Smit Barmase Date: Wed, 15 Nov 2023 00:52:57 +0530 Subject: [PATCH] update changeset --- .changeset/neat-mangos-judge.md | 3 +-- .changeset/six-owls-trade.md | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .changeset/six-owls-trade.md diff --git a/.changeset/neat-mangos-judge.md b/.changeset/neat-mangos-judge.md index f0b20782853b..018b038f1237 100644 --- a/.changeset/neat-mangos-judge.md +++ b/.changeset/neat-mangos-judge.md @@ -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. diff --git a/.changeset/six-owls-trade.md b/.changeset/six-owls-trade.md new file mode 100644 index 000000000000..cd16cecec2e9 --- /dev/null +++ b/.changeset/six-owls-trade.md @@ -0,0 +1,5 @@ +--- +'astro': minor +--- + +Adds a `ignoreSlowConnection` option to the `prefetch()` API to prefetch even on data saver mode or slow connection.