Browse Source

docs: fix `devtools-open-url` ts definition (#38231)

docs: fix devtools-open-url ts definition
Shelley Vohr 1 year ago
parent
commit
2806feede2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/api/web-contents.md

+ 1 - 0
docs/api/web-contents.md

@@ -601,6 +601,7 @@ window.
 
 Returns:
 
+* `event` Event
 * `url` string - URL of the link that was clicked or selected.
 
 Emitted when a link is clicked in DevTools or 'Open in new tab' is selected for a link in its context menu.