Update wasmBridge.go

This commit is contained in:
Alexei Anoshenko 2026-07-14 12:10:13 +03:00
parent ea930e7b73
commit a8679fbd26
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,7 @@ func (bridge *wasmBridge) close() {
bridge.closeEvent <- NewDataObject("close")
}
/*
func (bridge *wasmBridge) writeMessage(script string) bool {
if ProtocolInDebugLog {
DebugLog("Run script:")
@ -117,6 +118,7 @@ func (bridge *wasmBridge) writeMessage(script string) bool {
return true
}
*/
func (bridge *wasmBridge) prepareCSS(css string) string {
css = strings.ReplaceAll(css, `\t`, "\t")