mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs: remove webaudio doc from browserwindow options (#17633)
This commit is contained in:
committed by
Samuel Attard
parent
57dd192dcd
commit
5b696491db
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user