Skip to content

Commit 4c6d09f

Browse files
committed
Collect bugs
1 parent 05744d5 commit 4c6d09f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
//! 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>.
28
39
#![cfg_attr(
410
all(

0 commit comments

Comments
 (0)