Node integration option is now only true/false
This commit is contained in:
parent
81170d81b3
commit
d596a7427e
5 changed files with 14 additions and 10 deletions
|
@ -288,8 +288,8 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
|||
// The windows has been closed.
|
||||
bool is_closed_;
|
||||
|
||||
// The security token of iframe.
|
||||
std::string node_integration_;
|
||||
// Whether node integration is enabled.
|
||||
bool node_integration_;
|
||||
|
||||
// There is a dialog that has been attached to window.
|
||||
bool has_dialog_attached_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue