Merge branch 'release/2.0.0-beta2' into production
This commit is contained in:
commit
85c40c635a
|
@ -68,6 +68,10 @@ function createBrowserLikeContext() {
|
|||
// used by `debug` module
|
||||
document: { documentElement: { style: {} } },
|
||||
|
||||
// used by crypto-browserify & friends
|
||||
Int32Array: Int32Array,
|
||||
DataView: DataView,
|
||||
|
||||
// allow the browserified code to log messages
|
||||
// call `printContextLogs(context)` to print the accumulated messages
|
||||
console: {
|
||||
|
|
Loading…
Reference in New Issue