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 · API · all subjects

ipc-main-event/structure

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

IpcMainEvent object structure

IpcMainEvent extends Event and is passed to IPC listeners in the main process. It contains the following properties: type (String, possible values include 'frame'), processId (Integer, the internal ID of the renderer process that sent the message), frameId (Integer, the ID of the renderer frame that sent the message), returnValue (any, set this to the value to be returned in a synchronous message), sender (WebContents, returns the webContents that sent the message), senderFrame (WebFrameMain or null, readonly, the frame that sent this message which may be null if accessed after the frame has navigated or been destroyed), and ports (MessagePortMain array, a list of MessagePorts that were transferred with this message).

Give your agent this brain