From 3f03161a6fce04463a9652afd84a3a70ce1a1cb5 Mon Sep 17 00:00:00 2001 From: Curve Date: Wed, 2 Oct 2024 20:49:39 +0200 Subject: [PATCH] refactor(docs): update portability --- docs/portability.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/portability.mdx b/docs/portability.mdx index 4f7ed8d..4255ce2 100644 --- a/docs/portability.mdx +++ b/docs/portability.mdx @@ -14,6 +14,7 @@ Saucer tries its best to make all backends behave the same, however, there are c * Usage of JS `fetch` with custom schemes (and embedded files for that matter) is only possible since Qt 6.6 * `saucer::scheme::::response::headers` are only respected from Qt 6.7 onwards * `saucer::scheme::request::content()` is only available from Qt 6.7 onwards + * `saucer::navigation` is only available from Qt 6.2 onwards * Force-Dark is only available from Qt 6.7 onwards