Add the option to enable node integration in BrowserWindow 72/230172/1
authorhyunduk.kim <hyunduk.kim@samsung.com>
Wed, 8 Apr 2020 09:00:23 +0000 (18:00 +0900)
committerhyunduk.kim <hyunduk.kim@samsung.com>
Wed, 8 Apr 2020 09:00:23 +0000 (18:00 +0900)
commitb215c1ffd544a6042634db14c53b7a78d6f469b6
treedfe9595315a5fe3ee70288bf0241525bc532d570
parent96e69d089b3b7ee6cbbb3bd7c17c6182beafd650
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: I13126b22c843c177821c4670d6969bf8425e9251
Signed-off-by: hyunduk.kim <hyunduk.kim@samsung.com>
main.js