Day 11 of 100DaysOfCode

koichiarai

KoichiArai

Posted on July 23, 2024

Day 11 of 100DaysOfCode

What I did

  • Learning IPC Communication Methods

I learned about IPC (Inter-Process Communication) methods today. However, I didn't fully understand how to use these methods. In addition to this, in the tutorial on IPC communication in Electron, I couldn't understand the code block below, especially the portion involving the object and arrow function.

contextBridge.exposeInMainWorld('electronAPI', {
  setTitle: (title) => ipcRenderer.send('set-title', title)
})
Enter fullscreen mode Exit fullscreen mode

I will solve these question tomorrow.

💖 💪 🙅 🚩
koichiarai
KoichiArai

Posted on July 23, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Day 11 of 100DaysOfCode
beginners Day 11 of 100DaysOfCode

July 23, 2024