chore: remove deprecated worldSafeExecuteJavaScript option (#28456)

This commit is contained in:
Milan Burda
2021-04-08 18:03:57 +02:00
committed by GitHub
parent c428ec5cd5
commit da8c35e3b2
12 changed files with 28 additions and 86 deletions

View File

@@ -112,7 +112,6 @@ declare namespace NodeJS {
preload: string
preloadScripts: string[];
webviewTag: boolean;
worldSafeExecuteJavaScript: boolean;
}
interface WebFrameBinding {