Add webFrame.setIsolatedWorldSecurityOrigin
Move vector to cc file
Map executed javascript in isolated world to url
Some 💅
Documentation
Use WebSource[] as argument in executeJavaScriptInIsolatedWorld
Refactor and lint with @poiru’s comments
Remove duplicate call
Typo
Lint
This commit is contained in:
parent
389edb6229
commit
ae7b96991c
4 changed files with 82 additions and 13 deletions
5
docs/api/structures/web-source.md
Normal file
5
docs/api/structures/web-source.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# WebSource Object
|
||||
|
||||
* `code` String
|
||||
* `url` String (optional)
|
||||
* `startLine` Integer (optional) - Default is 1.
|
Loading…
Add table
Add a link
Reference in a new issue