mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
docs: note safeStorage.isEncryptionAvailable() needs ready event (#33724)
This commit is contained in:
@@ -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)`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user