File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- 2ce5fdbec87d0c1a3ddc46a6feed289d2b157eaf
1
+ 614c987401a44f6317fa0f7b325e547fc92a1313
Original file line number Diff line number Diff line change @@ -199,6 +199,14 @@ win.webContents.navigationHistory.canGoToOffset()
199
199
win .webContents .navigationHistory .goToOffset (index)
200
200
```
201
201
202
+ ### Behavior changed: Directory ` databases ` in ` userData ` will be deleted
203
+
204
+ If you have a directory called ` databases ` in the directory returned by
205
+ ` app.getPath('userData') ` , it will be deleted when Electron 32 is first run.
206
+ The ` databases ` directory was used by WebSQL, which was removed in Electron 31.
207
+ Chromium now performs a cleanup that deletes this directory. See
208
+ [ issue #45396 ] ( https://github.com/electron/electron/issues/45396 ) .
209
+
202
210
## Planned Breaking API Changes (31.0)
203
211
204
212
### Removed: ` WebSQL ` support
You can’t perform that action at this time.
0 commit comments