Skip to content

Commit

Permalink
Use full URL on link
Browse files Browse the repository at this point in the history
Co-authored-by: Keeley Hammond <vertedinde@electronjs.org>
  • Loading branch information
clavin and VerteDinde committed Apr 16, 2024
1 parent 0d6ae15 commit 73ade6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/electron-30-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This switch was never formally documented but it's removal is being noted here r

#### Behavior Changed: `BrowserView.setAutoResize` behavior on macOS

In Electron 30, BrowserView is now a wrapper around the new [WebContentsView](api/web-contents-view.md) API.
In Electron 30, BrowserView is now a wrapper around the new [WebContentsView](https://www.electronjs.org/docs/latest/api/web-contents-view) API.

Previously, the `setAutoResize` function of the `BrowserView` API was backed by [autoresizing](https://developer.apple.com/documentation/appkit/nsview/1483281-autoresizingmask?language=objc) on macOS, and by a custom algorithm on Windows and Linux.
For simple use cases such as making a BrowserView fill the entire window, the behavior of these two approaches was identical.
Expand Down

0 comments on commit 73ade6c

Please sign in to comment.