From f811633ef45503e284d196afe1bad19c97cb8573 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 24 Oct 2025 12:40:06 -0400 Subject: [PATCH] preload on focusin as well --- .../03-template-syntax/19-await-expressions.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/documentation/docs/03-template-syntax/19-await-expressions.md b/documentation/docs/03-template-syntax/19-await-expressions.md index ae882ddd6f..2f73f6a47c 100644 --- a/documentation/docs/03-template-syntax/19-await-expressions.md +++ b/documentation/docs/03-template-syntax/19-await-expressions.md @@ -148,18 +148,24 @@ The [`fork(...)`](svelte#fork) API, added in 5.42, makes it possible to run `awa /** @type {import('svelte').Fork | null} */ let pending = null; - -