secubox-openwrt/package/secubox/luci-app-streamlit/htdocs/luci-static/resources/view/streamlit
CyberMind-FR 8691a5e048 fix(streamlit): Fix btoa crash on UTF-8 .py file upload
Read all files as ArrayBuffer and use Uint8Array chunked encoding
for base64, replacing btoa(text) which throws DOMException on
non-ASCII characters (accents, CJK, etc).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 09:40:51 +01:00
..
dashboard.js fix(streamlit): Fix btoa crash on UTF-8 .py file upload 2026-02-04 09:40:51 +01:00
settings.js feat(streamlit): Add instances management and Gitea integration 2026-02-01 07:27:24 +01:00