Merge pull request #9582 from EnterTheNameHere/patch-1
Update webview-tag.md
This commit is contained in:
commit
fea165bef8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Unlike an `iframe`, the `webview` runs in a separate process than your
|
|||
app. It doesn't have the same permissions as your web page and all interactions
|
||||
between your app and embedded content will be asynchronous. This keeps your app
|
||||
safe from the embedded content. **Note:** Most methods called on the
|
||||
webview from the host page require a syncronous call to the main process.
|
||||
webview from the host page require a synchronous call to the main process.
|
||||
|
||||
## Example
|
||||
|
||||
|
|
Loading…
Reference in a new issue