Add the option to enable node integration in BrowserWindow 76/230176/1
authorhyunduk.kim <hyunduk.kim@samsung.com>
Wed, 8 Apr 2020 09:06:55 +0000 (18:06 +0900)
committerhyunduk.kim <hyunduk.kim@samsung.com>
Wed, 8 Apr 2020 09:06:55 +0000 (18:06 +0900)
commit1baa87239485ca397a38f440d4602b2c9a87cdd5
tree3bbfe4e2bfd3b931c83072198f98474bdd759f88
parent525df70a9234fc6f448665e6f0b7ff17a5d72f43
Add the option to enable node integration in BrowserWindow

To use node in renderer in case of electron app in m76,
nodeIntegration must be set as true explicitly
when creating an instance of BrowserWindow.

Change-Id: I37bece2fb02afcd013463551c1e7c5435e22cc82
Signed-off-by: hyunduk.kim <hyunduk.kim@samsung.com>
main.js