atlas-engineer / cl-electron

Lisp Interface to Electron.
BSD 3-Clause "New" or "Revised" License
16 stars 1 forks source link

`BrowserView`s expected to be deprecated on Electron 30 #32

Open aadcg opened 6 months ago

aadcg commented 6 months ago

Initially planned for version 29, it has been postponed for 30.

This library relies heavy on this API, which will become EOL by the end of August 2024.

NoahAndrews commented 5 months ago

Note that BrowserView will be replaced by the new WebContentsView API, and there's a shim that reimplements BrowserView using WebContentsView so that you can keep using the old BrowserView API for a while longer.