Skip to content Skip to sidebar Skip to footer
Showing posts with the label Electron

Electron - Why Set Browserwindow Instance To Null On The Close Event

The electron documentation, provides the following code sample to create a new window: const {Brows… Read more Electron - Why Set Browserwindow Instance To Null On The Close Event

What Redirect Uri Should I Use For An Authorization Call Used In An Electron App?

I have a basic Electron app doing nothing special, based on sample starter projects. For my main wi… Read more What Redirect Uri Should I Use For An Authorization Call Used In An Electron App?

Unable To Use Node.js Apis In Renderer Process

Unable to use any electron or node related operations in electron . Getting error process not defin… Read more Unable To Use Node.js Apis In Renderer Process

Dealing With Slow Electron Startup

Context I have spent some hours playing with Electron and I have observed that it consistently take… Read more Dealing With Slow Electron Startup

Win.reload Showing Showing Blank White Window In Electron

I need to reload my site/app after network re-connect. So, I'm using win.reload after reconnect… Read more Win.reload Showing Showing Blank White Window In Electron

Electron Notarisation Failed Due To The Binary Uses An Sdk Older Than The 10.9 Sdk

We are trying to notarise the electron app but I'm getting this error.The versions which we are… Read more Electron Notarisation Failed Due To The Binary Uses An Sdk Older Than The 10.9 Sdk