Module helpers

Module helpers 

Source
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 ๐Ÿ”’