Skip to content

Commit 0507b3a

Browse files
chore: update ref to docs (🤖)
1 parent 0478030 commit 0507b3a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

‎docs/latest/.sha

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2ce5fdbec87d0c1a3ddc46a6feed289d2b157eaf
1+
614c987401a44f6317fa0f7b325e547fc92a1313

‎docs/latest/breaking-changes.md

+8
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,14 @@ win.webContents.navigationHistory.canGoToOffset()
199199
win.webContents.navigationHistory.goToOffset(index)
200200
```
201201

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+
202210
## Planned Breaking API Changes (31.0)
203211

204212
### Removed: `WebSQL` support

0 commit comments

Comments
 (0)