Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

144
Views
ipcRenderer.on() gets never called

app.js

app.whenReady().then(() => {
     const win = new BrowserWindow({
         width: 800,
         height: 600
     )}
     win.loadFile('index.html')
     
     win.on("resized", () => {
         console.log("Window resized")
         win.webContents.send("resize", "window resized")
     })
}

script.js

require('electron').ipcRenderer.on('resize', (event, message) => {
    alert("Received!")
})

of course I have included it in index.html <script type="text/javascript" src="script.js"></script>

Everything looks fine to me but when I run the application and resize the window I see in the console "Window resized" but the message is never received by ipcRenderer.on() function, what am I missing?

I'm running on MacBook m1.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!