new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Electron · all subjects

api/custom-features

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Custom web features in Electron

Custom web features provided by Electron include: -electron-corner-smoothing CSS rule, <webview> tag, and window.open function.

Native modules support in Electron

Native modules (also called addons in Node.js) are modules written in C or C++ that can be loaded into Node.js or Electron using the require() function, and used as if they were an ordinary Node.js module. They are used primarily to provide an interface between JavaScript running in Node.js and C/C++ libraries. Native Node modules are supported by Electron, but since Electron is very likely to use a different V8 version from the Node binary installed on the system, you have to manually specify the location of Electron's headers when building native modules.

Offscreen rendering definition

OSR (offscreen rendering) can be used for loading a heavy page in background and then displaying it after, making it much faster. It allows you to render a page without showing it on screen.

Give your agent this brain