mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-22 23:05:26 +01:00
@@ -24,6 +24,7 @@
|
||||
* @type {import('../../browser/pre/main').WebviewHost}
|
||||
*/
|
||||
const host = {
|
||||
onElectron: true,
|
||||
postMessage: (channel, data) => {
|
||||
ipcRenderer.sendToHost(channel, data);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user