Add the option to enable node integration in BrowserWindow 73/230173/1
authorhyunduk.kim <hyunduk.kim@samsung.com>
Wed, 8 Apr 2020 09:03:23 +0000 (18:03 +0900)
committerhyunduk.kim <hyunduk.kim@samsung.com>
Wed, 8 Apr 2020 09:03:23 +0000 (18:03 +0900)
commit86697279d953c3bfc1937ee29842103be740c009
tree3bbfe4e2bfd3b931c83072198f98474bdd759f88
parent4225a840aa1a87e3413f42e5edd8e38ab43fb41e
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: Ifc1d48bed9880db62021d95084fefc878c9b5b34
Signed-off-by: hyunduk.kim <hyunduk.kim@samsung.com>
main.js