Skip to content

Commit 84b0b64

Browse files
committed
docs: update browser support to include Safari 26.2
Safari 26.2 now supports the Navigation API. Update browser support documentation in README.md and GettingStartedPage.tsx to reflect this.
1 parent 481f53a commit 84b0b64

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,10 @@ The Navigation API is supported in:
225225

226226
- Chrome 102+
227227
- Edge 102+
228+
- Safari 26.2+
228229
- Opera 88+
229230

230-
Firefox and Safari do not yet support the Navigation API. For these browsers, consider using a polyfill.
231+
Firefox does not yet support the Navigation API. For Firefox, consider using a polyfill.
231232

232233
## License
233234

packages/docs/src/pages/GettingStartedPage.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ yarn add @funstack/router`}</code>
2626
>
2727
Navigation API
2828
</a>{" "}
29-
which is currently supported in Chromium-based browsers. For broader
30-
browser support, consider using a polyfill.
29+
which is supported in Chrome 102+, Edge 102+, Safari 26.2+, and Opera
30+
88+. Firefox does not yet support the Navigation API; for Firefox,
31+
consider using a polyfill.
3132
</p>
3233
</section>
3334

0 commit comments

Comments
 (0)