Update web-view-tag.md
This commit is contained in:
parent
9ed6ad8165
commit
996e2bdc69
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ and displays a "loading..." message during the load time:
|
||||||
indicator.innerText = "";
|
indicator.innerText = "";
|
||||||
}
|
}
|
||||||
webview.addEventListener("did-start-loading", loadstart);
|
webview.addEventListener("did-start-loading", loadstart);
|
||||||
webview.addEventListener("id-stop-loading", loadstop);
|
webview.addEventListener("did-stop-loading", loadstop);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue