docs: document modernization initiative more clearly (#17376)
* docs: document modernization initiative more clearly
This commit is contained in:
parent
53f4af7722
commit
879462af4b
18 changed files with 102 additions and 34 deletions
|
@ -123,7 +123,7 @@ In the browser window some HTML APIs like `requestFullScreen` can only be
|
|||
invoked by a gesture from the user. Setting `userGesture` to `true` will remove
|
||||
this limitation.
|
||||
|
||||
**[Deprecated Soon](promisification.md)**
|
||||
**[Deprecated Soon](modernization/promisification.md)**
|
||||
|
||||
### `webFrame.executeJavaScript(code[, userGesture])`
|
||||
|
||||
|
@ -152,7 +152,7 @@ or is rejected if the result of the code is a rejected promise.
|
|||
|
||||
Works like `executeJavaScript` but evaluates `scripts` in an isolated context.
|
||||
|
||||
**[Deprecated Soon](promisification.md)**
|
||||
**[Deprecated Soon](modernization/promisification.md)**
|
||||
|
||||
### `webFrame.executeJavaScriptInIsolatedWorld(worldId, scripts[, userGesture])`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue