nonna 92d79a7d45 Fix WebSocket never connecting due to init race condition
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>
2026-03-12 00:26:41 +00:00
2026-03-11 00:57:51 +00:00

neutralinojs-zero

An empty Neutralinojs app, extend as you wish

neu create myapp --template neutralinojs/neutralinojs-zero
Description
No description provided
Readme 73 KiB
Languages
JavaScript 60.6%
HTML 39.4%