Skip to content

Commit

Permalink
docs(api-history): browser-view
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpdev committed Jul 29, 2024
1 parent ca2f9de commit b310ecf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/latest/api/browser-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ hide_title: false

# BrowserView

```YAML history
deprecated:
- pr-url: https://github.com/electron/electron/pull/35658
breaking-changes-header: behavior-changed-browserviewsetautoresize-behavior-on-macos
```
> **Note**
> The `BrowserView` class is deprecated, and replaced by the new
> [`WebContentsView`](latest/api/web-contents-view.md) class.
Expand All @@ -18,6 +24,12 @@ relative to its owning window. It is meant to be an alternative to the

## Class: BrowserView

```YAML history
deprecated:
- pr-url: https://github.com/electron/electron/pull/35658
breaking-changes-header: behavior-changed-browserviewsetautoresize-behavior-on-macos
```

> Create and control views.

> **Note**
Expand Down

0 comments on commit b310ecf

Please sign in to comment.