diff --git a/docs/api/browser-view.md b/docs/api/browser-view.md index ed63f4a4881db..a2c5b03079a06 100644 --- a/docs/api/browser-view.md +++ b/docs/api/browser-view.md @@ -11,6 +11,9 @@ relative to its owning window. It is meant to be an alternative to the Process: [Main](../glossary.md#main-process) +This module cannot be used until the `ready` event of the `app` +module is emitted. + ### Example ```javascript diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 44de118440190..4adb22ec0e6ea 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -4,6 +4,9 @@ Process: [Main](../glossary.md#main-process) +This module cannot be used until the `ready` event of the `app` +module is emitted. + ```javascript // In the main process. const { BrowserWindow } = require('electron')