Fix several crashing issues (#869)

* Fix canary issue and stream crashing.

* Fix process package by NodeJS.

* Move ipc calls to IPC module.
This commit is contained in:
2021-07-08 00:34:04 +02:00
parent 05d486d1e5
commit 5c6ab67969
5 changed files with 35 additions and 6 deletions
+2 -1
View File
@@ -11,4 +11,5 @@ export const CLOSE_DEVTOOLS = "bd-close-devtools";
export const OPEN_WINDOW = "bd-open-window";
export const INSPECT_ELEMENT = "bd-inspect-element";
export const MINIMUM_SIZE = "bd-minimum-size";
export const DEVTOOLS_WARNING = "bd-remove-devtools-message";
export const DEVTOOLS_WARNING = "bd-remove-devtools-message";
export const REGISTER_PRELOAD = "bd-register-preload";