(html: string)
| 148 | }; |
| 149 | |
| 150 | const htmlDataUrl = (html: string): string => |
| 151 | `data:text/html;charset=utf-8,${encodeURIComponent(html)}`; |
| 152 | |
| 153 | /** |
| 154 | * True when a `loadURL` rejection is just Chromium cancelling a navigation |
no outgoing calls
no test coverage detected