secubox-openwrt/package/secubox/luci-app-streamlit/htdocs
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
..
luci-static/resources fix(streamlit): Fix btoa crash on UTF-8 .py file upload 2026-02-04 09:40:51 +01:00