Skip to content

Commit

Permalink
docs: update webview tag link
Browse files Browse the repository at this point in the history
  • Loading branch information
ostli authored and rogerwang committed Aug 4, 2022
1 parent dea35b9 commit 28ca769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/References/webview Tag.md
Expand Up @@ -15,7 +15,7 @@ To embed a web page in your app, add the webview tag to your app's embedder page

## References

See [Chrome document of `<webview>` tag](https://developer.chrome.com/apps/tags/webview) for detailed API references.
See [Chrome document of `<webview>` tag](https://developer.chrome.com/docs/extensions/reference/webviewTag/) for detailed API references.

NW.js added the following methods besides upstream APIs:

Expand Down Expand Up @@ -76,4 +76,4 @@ Lets assume you have simple NW.js app with webview.
Show all cookies for e.g. http://docs.nwjs.io in console (to have some cookies there you need to visit page first):
```html
chrome.cookies.getAll({url:"http://docs.nwjs.io", storeId:webview.getCookieStoreId()}, console.log.bind(console));
```
```

0 comments on commit 28ca769

Please sign in to comment.