Message from JavaScript discussions

August 2017

— Maybe I can make a string syntax

— 

The search index is just a structure of objects and properties that instructs the IDDFS which nodes it should visit in the subject object

— What is the use of setting slashes =true in electron window??

— What

— Do you mean this?
https://nodejs.org/api/url.html#url_urlobject_slashes

— Yes

— In reference to that is the only time the word 'slashes' is referred to on the browserwindow docs
https://electron.atom.io/docs/api/browser-window/

Message permanent page

— Well, node docs explain it pretty well

— Slashes: true
protocol://data

slashes: false
protocol:data

— Thank you.

— Also what is the use of __dirname in pathname: path.join(__dirname, 'index.html'),

— __dirname points to the directory where the current file is located...