Browse Source

docs: note safeStorage.isEncryptionAvailable() needs ready event (#33739)

Co-authored-by: Shelley Vohr <[email protected]>
trop[bot] 3 years ago
parent
commit
6b9509d2c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/safe-storage.md

+ 1 - 1
docs/api/safe-storage.md

@@ -20,7 +20,7 @@ Returns `boolean` - Whether encryption is available.
 
 On Linux, returns true if the secret key is
 available. On MacOS, returns true if Keychain is available.
-On Windows, returns true with no other preconditions.
+On Windows, returns true once the app has emitted the `ready` event.
 
 ### `safeStorage.encryptString(plainText)`