diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-16 11:43:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-16 11:43:59 -0500 |
commit | a0f8c8b95ca41502a8fd68fe32aa29cdd7f46ac1 (patch) | |
tree | 895088359972569a12d2dc0adf4206d3846995b9 /docs | |
parent | f7c3b0010c9c65b418b46bc87bc5e1f321cd94e0 (diff) |
Add bug report for MV3 clipboard reading issue (#1248)
Diffstat (limited to 'docs')
-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 37bcc5a2..0bce918e 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -46,3 +46,8 @@ This page lists several of the browser bugs that have affected Yomichan over the * **Browser**: Firefox * **Date**: 2020-09-12 * **Links**: [#819](https://github.com/FooSoft/yomichan/pull/819), [#820](https://github.com/FooSoft/yomichan/pull/820), [#821](https://github.com/FooSoft/yomichan/pull/821), [#824](https://github.com/FooSoft/yomichan/pull/824), [Report 1](https://bugzilla.mozilla.org/show_bug.cgi?id=1449660), [Report 2](https://bugzilla.mozilla.org/show_bug.cgi?id=1487509), [Report 3](https://bugzilla.mozilla.org/show_bug.cgi?id=1583480), [Report 4](https://bugzilla.mozilla.org/show_bug.cgi?id=1583519), [Report 5](https://bugzilla.mozilla.org/show_bug.cgi?id=1631377) + +## Cannot read clipboard from service worker in a MV3 chrome extension +* **Browser**: Chrome +* **Date**: 2020-12-18 +* **Links**: [#455](https://github.com/FooSoft/yomichan/issues/455), [#1247](https://github.com/FooSoft/yomichan/issues/1247), [Report](https://bugs.chromium.org/p/chromium/issues/detail?id=1160302) |