Skip to content

Commit

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

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 ce93e5f commit 1f15e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/safe-storage.md
Original file line number Diff line number Diff line change
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 1f15e83

Please sign in to comment.