mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-02 10:57:28 +08:00
fix(crypto): getRandomValues return value (#10658)
This commit is contained in:
@ -31,5 +31,6 @@ export class Crypto {
|
||||
|
||||
NSCCrypto.getRandomValues(data);
|
||||
}
|
||||
return typedArray;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user