* Sends a message to the hosted html page
(message: WebviewMessage)
| 180 | * Sends a message to the hosted html page |
| 181 | */ |
| 182 | postMessage(message: WebviewMessage): void; |
| 183 | /** |
| 184 | * Convert a uri for the local file system to one that can be used inside webviews. |
| 185 | * |
no outgoing calls
no test coverage detected