(html: string)
| 154 | }; |
| 155 | |
| 156 | const htmlDataUrl = (html: string): string => |
| 157 | `data:text/html;charset=utf-8,${encodeURIComponent(html)}`; |
| 158 | |
| 159 | /** |
| 160 | * True when a `loadURL` rejection is just Chromium cancelling a navigation |
no outgoing calls
no test coverage detected