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