diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-08-07 15:07:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-07 15:07:26 -0400 |
commit | e704ae99a2719b75d5e51f812d6176ea2d34773c (patch) | |
tree | 4c2f5c461b9c9cb17532d515a040497393e2727b | |
parent | 5d4141a429dad23d78238f67ef61baabd251e67c (diff) |
Update browser bugs with info about IndexedDB usage in a Worker (#1876)
-rw-r--r-- | docs/browser-bugs.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md index d8f19c40..bc8253a6 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -86,3 +86,8 @@ This page lists several of the browser bugs that have affected Yomichan over the * **Browser**: Firefox * **Date**: 2021-06-06 * **Links**: [Report](https://bugzilla.mozilla.org/show_bug.cgi?id=1714883) + +## IndexedDB writes from a Worker thread do not persist if worker is terminated +* **Browser**: Chrome, Firefox _(warning only)_ +* **Date**: 2021-08-07 +* **Links**: [Chrome Report](https://bugs.chromium.org/p/chromium/issues/detail?id=1237686), [Firefox Report](https://bugzilla.mozilla.org/show_bug.cgi?id=1724602) |