(html: string)
| 146 | }; |
| 147 | |
| 148 | const htmlDataUrl = (html: string): string => |
| 149 | `data:text/html;charset=utf-8,${encodeURIComponent(html)}`; |
| 150 | |
| 151 | // The supervised daemon (and the desktop sidecar) own this data dir — the same |
| 152 | // path the CLI's `executor web`/daemon uses, so desktop and CLI share state. |
no outgoing calls
no test coverage detected