Skip to content

Commit

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

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
  • Loading branch information
trop[bot] and codebytere committed Apr 13, 2022
1 parent 67f2f9e commit daff205
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 daff205

Please sign in to comment.