Skip to content

Commit

Permalink
docs: note safeStorage.isEncryptionAvailable() needs ready event (ele…
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored and RaisinTen committed May 13, 2022
1 parent b1ddee4 commit 9c6436f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/safe-storage.md
Expand Up @@ -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)`

Expand Down

0 comments on commit 9c6436f

Please sign in to comment.