mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: properly forward properties to webview (#22485)
This commit is contained in:
@@ -50,6 +50,14 @@ export const syncMethods = new Set([
|
||||
'setZoomLevel'
|
||||
])
|
||||
|
||||
export const properties = new Set([
|
||||
'audioMuted',
|
||||
'userAgent',
|
||||
'zoomLevel',
|
||||
'zoomFactor',
|
||||
'frameRate'
|
||||
])
|
||||
|
||||
export const asyncMethods = new Set([
|
||||
'loadURL',
|
||||
'executeJavaScript',
|
||||
|
||||
Reference in New Issue
Block a user