Remove Buffer global on load
This commit is contained in:
parent
1933a4fc9f
commit
2a18e3f9ea
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ if (nodeIntegration === 'true') {
|
|||
// Delete Node's symbols after the Environment has been loaded.
|
||||
process.once('loaded', function () {
|
||||
delete global.process
|
||||
delete global.Buffer
|
||||
delete global.setImmediate
|
||||
delete global.clearImmediate
|
||||
delete global.global
|
||||
|
|
Loading…
Add table
Reference in a new issue