Open 3n-mb opened 7 years ago
Also, may be, it's just my impression, but first paragraph of readme says:
Node is added into the browser process only for security reasons.
Usually we remove node integration for security reasons. Hence, this phrase is mystifying ...
@3n-mb
@diracdeltas browser process is like main process in electron, is it?
I have another question, and it is about global.Buffer. Does this part talk about Buffer availability in a renderer everywhere, or only at a point of running preload?
Buffer
there is require
. And if require
in muon is safer than one in electron, can we put this as a front page statement?nodeIntegration = false
, Buffer
isn't available outside of preload closure.Thank you.
@diracdeltas I had a moment of self-reflection, and this is what I noticed:
Hm-m.
This says for
webPreferences
Is "Default is true" part hasn't been changed since forking from an electron, or, is this is a correct depiction of muon current api?
Thank you.