Expand description
Loopback HTTP server mirroring Tauri’s qualia://localhost/ custom protocol.
Serves installed qapp assets from {storage_path}/Qapps/
so embedded WebViews can load sandboxed HTML without file:// CORS restrictions.
Functions§
- qualia_
protocol_ port - qualia_
qapp_ asset_ url http://127.0.0.1:{port}/{qapp}/index.html— WebView-safe launch URL.- qualia_
qapp_ launch_ url - register_
qualia_ uri_ handler - start_
qualia_ protocol - Start the qualia asset server on 127.0.0.1 (idempotent).