Skip to content

Commit

Permalink
Run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
clavin committed Apr 16, 2024
1 parent 2ac81ea commit fc162b9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions blog/electron-30-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ If you have any feedback, please share it with us on [Twitter](https://twitter.c

### Highlights

* ASAR Integrity fuse now supported on Windows [#40504](https://github.com/electron/electron/pull/40504)
* Existing apps with ASAR Integrity enabled may not work on Windows if not configured correctly.
* Take a look at our [ASAR Integrity tutorial](https://www.electronjs.org/docs/latest/tutorial/asar-integrity) for more information.
* Added `WebContentsView` and `BaseWindow`, deprecating & replacing `BrowserView` [#35658](https://github.com/electron/electron/pull/35658)
* Added `net` module to utility process [#40017](https://github.com/electron/electron/pull/40017)
* Implemented support for the File System API [#41827](https://github.com/electron/electron/commit/cf1087badd437906f280373decb923733a8523e6)
- ASAR Integrity fuse now supported on Windows [#40504](https://github.com/electron/electron/pull/40504)
- Existing apps with ASAR Integrity enabled may not work on Windows if not configured correctly.
- Take a look at our [ASAR Integrity tutorial](https://www.electronjs.org/docs/latest/tutorial/asar-integrity) for more information.
- Added `WebContentsView` and `BaseWindow`, deprecating & replacing `BrowserView` [#35658](https://github.com/electron/electron/pull/35658)
- Added `net` module to utility process [#40017](https://github.com/electron/electron/pull/40017)
- Implemented support for the File System API [#41827](https://github.com/electron/electron/commit/cf1087badd437906f280373decb923733a8523e6)

### Stack Changes

Expand Down

0 comments on commit fc162b9

Please sign in to comment.