We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05744d5 commit 4c6d09fCopy full SHA for 4c6d09f
src/lib.rs
@@ -1,4 +1,10 @@
1
//! TODO
2
+//!
3
+//! - Firefox doesn't support module service workers: <https://bugzilla.mozilla.org/show_bug.cgi?id=1360870>.
4
+//! - Firefox doesn't support blocking in shared workers: <https://bugzilla.mozilla.org/show_bug.cgi?id=1359745>.
5
+//! - Spec doesn't allow cross-origin isolation in shared and service workers: <https://github.com/w3c/ServiceWorker/pull/1545>.
6
+//! - Chrome doesn't support spawning workers when blocking afterwards (e.g. `spawn(..).join()`): <https://bugs.chromium.org/p/chromium/issues/detail?id=977924>.
7
+//! - Chrome doesn't support sending messages when blocking afterwards: <https://bugs.chromium.org/p/chromium/issues/detail?id=1075645>.
8
9
#![cfg_attr(
10
all(
0 commit comments