crypto safety check
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var subtleCrypto = window.crypto.subtle;
|
||||
var subtleCrypto = window.crypto ? window.crypto.subtle : null;
|
||||
|
||||
class SNCryptoWeb extends SNCrypto {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user