From 5b696491dbf7e4443022cbb3e8f0a8370a43971a Mon Sep 17 00:00:00 2001 From: Tyler Dennis Date: Tue, 2 Apr 2019 16:46:45 -0400 Subject: [PATCH] docs: remove webaudio doc from browserwindow options (#17633) --- docs/api/browser-window.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index 6451845f05f7..024978779feb 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -308,7 +308,6 @@ It creates a new `BrowserWindow` with native properties as set by the `options`. * `textAreasAreResizable` Boolean (optional) - Make TextArea elements resizable. Default is `true`. * `webgl` Boolean (optional) - Enables WebGL support. Default is `true`. - * `webaudio` Boolean (optional) - Enables WebAudio support. Default is `true`. * `plugins` Boolean (optional) - Whether plugins should be enabled. Default is `false`. * `experimentalFeatures` Boolean (optional) - Enables Chromium's experimental features. Default is `false`.