fix: properly forward properties to webview (#22485)
This commit is contained in:
parent
8352c39c65
commit
efc11563e8
3 changed files with 47 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue