From 074d0e19fbe22e64a41ba6d1d390033a204687d2 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 20:58:09 -0500 Subject: [PATCH] docs: update allowed `window.open` options (#48444) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Niklas Wenzel --- docs/api/window-open.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/window-open.md b/docs/api/window-open.md index 7285c956bd..e9c4b80550 100644 --- a/docs/api/window-open.md +++ b/docs/api/window-open.md @@ -39,8 +39,8 @@ consider using `webContents.setWindowOpenHandler` to customize the BrowserWindow creation. A subset of [`WebPreferences`](structures/web-preferences.md) can be set directly, -unnested, from the features string: `zoomFactor`, `nodeIntegration`, `preload`, -`javascript`, `contextIsolation`, and `webviewTag`. +unnested, from the features string: `zoomFactor`, `nodeIntegration`, `javascript`, +`contextIsolation`, and `webviewTag`. For example: