mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
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:
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.
|
||||
Reference in New Issue
Block a user