|
@@ -45,6 +45,10 @@ var BrowserWindowProxy = (function () {
|
|
|
return ipcRenderer.send('ELECTRON_GUEST_WINDOW_MANAGER_WINDOW_METHOD', this.guestId, 'blur')
|
|
|
}
|
|
|
|
|
|
+ BrowserWindowProxy.prototype.print = function () {
|
|
|
+ return ipcRenderer.send('ELECTRON_GUEST_WINDOW_MANAGER_WINDOW_METHOD', this.guestId, 'print')
|
|
|
+ }
|
|
|
+
|
|
|
Object.defineProperty(BrowserWindowProxy.prototype, 'location', {
|
|
|
get: function () {
|
|
|
return ipcRenderer.sendSync('ELECTRON_GUEST_WINDOW_MANAGER_WINDOW_METHOD', this.guestId, 'getURL')
|