Skip to content

Commit be209c5

Browse files
committed
chore: add deletion of databases directory to 32 blog post
1 parent 6f78111 commit be209c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

blog/electron-32-0.md

+4
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ win.webContents.navigationHistory.canGoToOffset();
100100
win.webContents.navigationHistory.goToOffset(index);
101101
```
102102

103+
#### Behavior changed: Directory `databases` in `userData` will be deleted
104+
105+
If you have a directory called `databases` in the directory returned by `app.getPath('userData')`, it will be deleted when Electron 32 is first run. The `databases` directory was used by WebSQL, which was removed in Electron 31. Chromium now performs a cleanup that deletes this directory. See [issue #45396](https://github.com/electron/electron/issues/45396).
106+
103107
## End of Support for 29.x.y
104108

105109
Electron 29.x.y has reached end-of-support as per the project's [support policy](https://www.electronjs.org/docs/latest/tutorial/electron-timelines#version-support-policy). Developers and applications are encouraged to upgrade to a newer version of Electron.

0 commit comments

Comments
 (0)