Skip to content

Commit

Permalink
docs: note safeStorage.isEncryptionAvailable() needs ready event (#…
Browse files Browse the repository at this point in the history
…34220)

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

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
  • Loading branch information
RaisinTen and codebytere committed May 16, 2022
1 parent 6bfa54f commit dd8c63e
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 dd8c63e

Please sign in to comment.