mirror of
https://github.com/taigrr/wails.git
synced 2026-04-14 10:50:53 -07:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
(() => {
|
|
window.WailsInvoke = function (e) {
|
|
window.chrome.webview.postMessage(e)
|
|
};
|
|
})();
|