Skip to content

Commit

Permalink
docs: auto-generate WillFrameNavigateDetails rather than defining it …
Browse files Browse the repository at this point in the history
…manually
  • Loading branch information
itsananderson committed Jun 24, 2022
1 parent d463c75 commit c09f15e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions docs/api/structures/will-frame-navigate-details.md

This file was deleted.

4 changes: 3 additions & 1 deletion docs/api/web-contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,9 @@ Returns:

* `event` Event
* `url` String
* `details` WillFrameNavigateDetails
* `details` Object
* `isMainFrame` boolean
* `frame` WebFrameMain

Emitted when a user or the page wants to start navigation in any frame. It can happen when
the `window.location` object is changed or a user clicks a link in the page.
Expand Down
1 change: 0 additions & 1 deletion filenames.auto.gni
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ auto_filenames = {
"docs/api/structures/user-default-types.md",
"docs/api/structures/web-request-filter.md",
"docs/api/structures/web-source.md",
"docs/api/structures/will-frame-navigate-details.md",
]

sandbox_bundle_deps = [
Expand Down

0 comments on commit c09f15e

Please sign in to comment.