aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-13 17:21:05 -0500
committerGitHub <noreply@github.com>2021-02-13 17:21:05 -0500
commitacda45c5986beffe97c493e29d6016dc5af3657b (patch)
tree45dead18f2a716c207f6ae853604257bb8e07459 /docs
parent00066e4eb52fbce1af55cbba8b0b73b6f08f7f8c (diff)
Add information about communication port bugs (#1380)
Diffstat (limited to 'docs')
-rw-r--r--docs/browser-bugs.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md
index 0e8828dd..2512ddd2 100644
--- a/docs/browser-bugs.md
+++ b/docs/browser-bugs.md
@@ -56,3 +56,13 @@ This page lists several of the browser bugs that have affected Yomichan over the
* **Browser**: Chrome
* **Date**: 2021-01-30
* **Links**: [Demo](https://toasted-nutbread.github.io/chrome-textarea-transform-bug/), [Report](https://bugs.chromium.org/p/chromium/issues/detail?id=1172666)
+
+## Chrome extensions using port connections can crash the browser using manifest version 3
+* **Browser**: Chrome
+* **Date**: 2021-02-13
+* **Links**: [Demo](https://github.com/toasted-nutbread/chrome-extension-port-connect-crash), [Report](https://bugs.chromium.org/p/chromium/issues/detail?id=1178179)
+
+## Chrome extension Port.onDisconnect event does not always fire in content scripts
+* **Browser**: Chrome
+* **Date**: 2021-02-13
+* **Links**: [Demo](https://github.com/toasted-nutbread/chrome-extension-port-disconnect-bug), [Report 1](https://bugs.chromium.org/p/chromium/issues/detail?id=1178188) (MV2), [Report 2](https://bugs.chromium.org/p/chromium/issues/detail?id=1178189) (MV3)