-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
third-partyThis issue is related to third-party libraries or applications.This issue is related to third-party libraries or applications.
Description
Getting the following error when importing aws-sdk. Not sure if it is a bug or just my set-up.
Seems to be happening on the following lines:
if (_global.crypto && crypto.getRandomValues) {
whatwgRNG = function(size) {
var bytes = new Uint8Array(size);
crypto.getRandomValues(bytes);
return bytes;
}
}
felschr
Metadata
Metadata
Assignees
Labels
third-partyThis issue is related to third-party libraries or applications.This issue is related to third-party libraries or applications.