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 Elect…


This content originally appeared on DEV Community and was authored by KoichiArai

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)
})

I will solve these question tomorrow.


This content originally appeared on DEV Community and was authored by KoichiArai


Print Share Comment Cite Upload Translate Updates
APA

KoichiArai | Sciencx (2024-07-23T15:36:02+00:00) Day 11 of 100DaysOfCode. Retrieved from https://www.scien.cx/2024/07/23/day-11-of-100daysofcode-2/

MLA
" » Day 11 of 100DaysOfCode." KoichiArai | Sciencx - Tuesday July 23, 2024, https://www.scien.cx/2024/07/23/day-11-of-100daysofcode-2/
HARVARD
KoichiArai | Sciencx Tuesday July 23, 2024 » Day 11 of 100DaysOfCode., viewed ,<https://www.scien.cx/2024/07/23/day-11-of-100daysofcode-2/>
VANCOUVER
KoichiArai | Sciencx - » Day 11 of 100DaysOfCode. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/23/day-11-of-100daysofcode-2/
CHICAGO
" » Day 11 of 100DaysOfCode." KoichiArai | Sciencx - Accessed . https://www.scien.cx/2024/07/23/day-11-of-100daysofcode-2/
IEEE
" » Day 11 of 100DaysOfCode." KoichiArai | Sciencx [Online]. Available: https://www.scien.cx/2024/07/23/day-11-of-100daysofcode-2/. [Accessed: ]
rf:citation
» Day 11 of 100DaysOfCode | KoichiArai | Sciencx | https://www.scien.cx/2024/07/23/day-11-of-100daysofcode-2/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.