Skip to content

Commit

Permalink
Add clarification about BrowserView impl
Browse files Browse the repository at this point in the history
  • Loading branch information
clavin committed Apr 17, 2024
1 parent 475cf2d commit 0e663d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blog/electron-30-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ If you have any feedback, please share it with us on [Twitter](https://twitter.c
- Existing apps with ASAR Integrity enabled may not work on Windows if not configured correctly. Apps using Electron packaging tools should upgrade to `@electron/packager@18.3.1` or `@electron/forge@7.4.0`.
- Take a look at our [ASAR Integrity tutorial](https://www.electronjs.org/docs/latest/tutorial/asar-integrity) for more information.
- Added [`WebContentsView`](https://www.electronjs.org/docs/latest/api/web-contents-view) and [`BaseWindow`](https://www.electronjs.org/docs/latest/api/base-window) main process modules, deprecating & replacing `BrowserView` ([#35658](https://github.com/electron/electron/pull/35658))
- `BrowserView` is now a shim over `WebContentsView` and the old implementation has been removed.
- See [our Web Embeds documentation](https://www.electronjs.org/docs/latest/tutorial/web-embeds) for a comparison of the new `WebContentsView` API to other similar APIs.
- Added [`net`](https://www.electronjs.org/docs/latest/api/net) module to utility process ([#40017](https://github.com/electron/electron/pull/40017))
- Implemented support for the [File System API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API) ([#41827](https://github.com/electron/electron/commit/cf1087badd437906f280373decb923733a8523e6))
Expand Down

0 comments on commit 0e663d5

Please sign in to comment.