Set page variable using webFrame.executeJavaScript
This commit is contained in:
parent
ea2273dde5
commit
b348cdeae8
3 changed files with 6 additions and 2 deletions
3
spec/fixtures/api/isolated.html
vendored
3
spec/fixtures/api/isolated.html
vendored
|
@ -13,7 +13,8 @@
|
|||
typeofRequire: typeof require,
|
||||
typeofProcess: typeof process,
|
||||
typeofArrayPush: typeof Array.prototype.push,
|
||||
typeofFunctionApply: typeof Function.prototype.apply
|
||||
typeofFunctionApply: typeof Function.prototype.apply,
|
||||
typeofPreloadExecuteJavaScriptProperty: typeof window.preloadExecuteJavaScriptProperty
|
||||
}, '*')
|
||||
</script>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue