mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 04:11:56 +08:00
parent
163c0d9e67
commit
87df51feeb
File diff suppressed because one or more lines are too long
@ -21,6 +21,14 @@ import * as Store from './store';
|
|||||||
window.wails = window.wails || {};
|
window.wails = window.wails || {};
|
||||||
window.backend = {};
|
window.backend = {};
|
||||||
|
|
||||||
|
// On webkit2gtk >= 2.32, the external object is not passed
|
||||||
|
// to the window context,
|
||||||
|
window.external = window.external || {
|
||||||
|
invoke: function(x) {
|
||||||
|
window.webkit.messageHandlers.external.postMessage(x);
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
// Setup internal calls
|
// Setup internal calls
|
||||||
var internal = {
|
var internal = {
|
||||||
NewBinding,
|
NewBinding,
|
||||||
|
Loading…
Reference in New Issue
Block a user