Expand description
Small helper functions extracted from client/mod.rs in task #182 PR-G for navigability.
Functionsยง
- backend_
close_ ๐window - Synchronously tell the backend to close a windowโs workspace/tabs/shells.
- html_
escape ๐ - Minimal HTML escape for the recovery page. Only the characters that
would break the
format!-templated string need attention; the input (CEF status enum + cef-provided error string) is trusted but may contain&/</>in some failure modes. - js_
string_ ๐literal