4 ms·
My favourite one was debugging a crash in an Electron app deployed to iOS. It turned out throwing an exception from a point event callback (deep in our app's co
by Vanit 1y ago
My favourite one was debugging a crash in an Electron app deployed to iOS. It turned out throwing an exception from a point event callback (deep in our app's code) was bubbling up into the device's kernel code.
- rafram 1y ago> an Electron app deployed to iOS Not possible, as far as I know.
- t-writescode 1y agomaybe it was React Native? That does support iOS and it's close enough to "yet another Electron app" that there could be overlap in thought.
- HumanOstrich 1y agoIt's not close at all.