From 96b8a407400877fc58f7184402792a26f3ddcc97 Mon Sep 17 00:00:00 2001 From: Onno Smits <63188197+Bl0n@users.noreply.github.com> Date: Thu, 20 Jul 2023 09:59:58 +0200 Subject: [PATCH] Rewrote Failsafe note to clarify See https://overwolfdevs.slack.com/archives/C2NP5F4BV/p1689837376556709 for a discussion on the confusion. --- website/pages/docs/api/extensions/extensions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/api/extensions/extensions.mdx b/website/pages/docs/api/extensions/extensions.mdx index b26c3a2bf24..341862a000b 100644 --- a/website/pages/docs/api/extensions/extensions.mdx +++ b/website/pages/docs/api/extensions/extensions.mdx @@ -150,7 +150,7 @@ Parameter | Type | Description callback | ([Result: UpdateExtensionResult](#updateextensionresult-object) => void | Result of the request | #### `failsafe` note -The update has a failsafe mechanism while the game is active, making sure automatic updates won't happen during play only if a user action is detected, like pressing a button, for example. +The update has a failsafe mechanism while any game is active, which makes sure no updates are downloaded automatically whilst the user is playing. Only if the updateExtension() is called through a user action, like pressing a button for example, does it force the download. ## checkForExtensionUpdate(callback) #### Version added: 0.135