diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 17e598cb4..790139c03 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -359,9 +359,6 @@ Force closing the window, the `unload` and `beforeunload` event won't be emitted for the web page, and `close` event will also not be emitted for this window, but it guarantees the `closed` event will be emitted. -You should only use this method when the renderer process (web page) has -crashed. - ### `win.close()` Try to close the window, this has the same effect with user manually clicking