From 49c37b4daa434048eda52cd9b4a8a07380e50d29 Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Fri, 3 Oct 2025 01:29:26 +0200 Subject: [PATCH] docs: update allowed `window.open` options (#48428) --- 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: