Skip to content

Commit

Permalink
chore: call out webUtils module
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde authored Feb 21, 2024
1 parent 345899d commit 9d6b936
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion blog/electron-29-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ If you have any feedback, please share it with us on [Twitter](https://twitter.c

## Notable Changes

### Highlights
- Added a new top-level `webUtils` module, a renderer process module that provides a utility layer to interact with Web API objects. The first available API in the module is `webUtils.getPathForFile`. Electron's previous `File.path` augmentation was a deviation from web standards; this new API is more in line with current web standards behavior.

### Stack Changes

- Chromium `122.0.6261.39`
Expand All @@ -32,9 +35,9 @@ Electron 29 upgrades Chromium from `120.0.6099.56` to `122.0.6261.39`, Node from

### New Features

- Added new `webUtils` module, a utility layer to interact with Web API objects, to replace `File.path` augmentation. [#38776](https://github.com/electron/electron/pull/38776)
- Added [net](https://www.electronjs.org/docs/latest/api/net) module to [utility process](https://www.electronjs.org/docs/latest/glossary#utility-process). [#40890](https://github.com/electron/electron/pull/40890)
- Added a new [Electron Fuse](https://www.electronjs.org/docs/latest/tutorial/fuses), `grantFileProtocolExtraPrivileges`, that opts the `file://` protocol into more secure and restrictive behaviour that matches Chromium. [#40372](https://github.com/electron/electron/pull/40372)
- Added new `webUtils` module, a utility layer to interact with Web API objects, to replace `File.path` augmentation. [#38776](https://github.com/electron/electron/pull/38776)
- Added an option in `protocol.registerSchemesAsPrivileged` to allow V8 code cache in custom schemes. [#40544](https://github.com/electron/electron/pull/40544)
- Migrated `app.{set|get}LoginItemSettings(settings)` to use Apple's new recommended underlying framework on macOS 13.0+. [#37244](https://github.com/electron/electron/pull/37244)

Expand Down

0 comments on commit 9d6b936

Please sign in to comment.