92d79a7d454ac9109669c839decafd14a45a81f8
Neutralino.init() establishes an internal WebSocket asynchronously. Calling storage.getData() before the "ready" event fires could stall silently, meaning init() never reached connect(). Also, "ready" can fire before DOMContentLoaded, so DOM refs would be null. Fix: wait for both "ready" AND DOMContentLoaded before calling init(), guaranteeing native APIs and DOM are both available. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
neutralinojs-zero
An empty Neutralinojs app, extend as you wish
neu create myapp --template neutralinojs/neutralinojs-zero
Description
Languages
JavaScript
60.6%
HTML
39.4%