mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Getter for AtomWindow's loadedPromise
This commit is contained in:
@@ -426,4 +426,8 @@ class AtomWindow extends EventEmitter {
|
||||
disableZoom () {
|
||||
return this.browserWindow.webContents.setVisualZoomLevelLimits(1, 1)
|
||||
}
|
||||
|
||||
getLoadedPromise () {
|
||||
return this.loadedPromise
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user