Skip to content

Commit 6df5905

Browse files
authored
docs: more examples on what is outside the rendering process (#15157)
closes #15151
1 parent 7bef596 commit 6df5905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/05-special-elements/01-svelte-boundary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Boundaries allow you to guard against errors in part of your app from breaking t
1313

1414
If an error occurs while rendering or updating the children of a `<svelte:boundary>`, or running any [`$effect`]($effect) functions contained therein, the contents will be removed.
1515

16-
Errors occurring outside the rendering process (for example, in event handlers) are _not_ caught by error boundaries.
16+
Errors occurring outside the rendering process (for example, in event handlers or after a `setTimeout` or async work) are _not_ caught by error boundaries.
1717

1818
## Properties
1919

0 commit comments

Comments
 (0)