We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf8520 commit 504ff17Copy full SHA for 504ff17
rng.js
@@ -4,7 +4,7 @@
4
try { return require(r) } catch (_) { }
5
}
6
_crypto = (
7
- g.crypto || g.msCrypto || foolBrowserify('crypto')
+ g.crypto || g.msCrypto || foolBrowserify('crypto') || {}
8
)
9
module.exports = function(size) {
10
// Modern Browsers
0 commit comments