Skip to content

Commit

Permalink
docs: Add environment support table
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Oct 27, 2024
1 parent a522c42 commit d93ec99
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,20 @@
//! ```
//!
//! # Environment support
//!
//! The following table is populated **as a best effort attempt** based on the crate's unit tests succeeding/failing
//! under different configurations.
//!
//! | Environment | Chrome | Firefox | Safari |
//! |------------------|---------|---------|--------|
//! | Browser | ✅ | ✅ | ✅ |
//! | Dedicated Worker | ✅ | ✅ | ✅ |
//! | Shared Worker | ✅ | ✅ | ✅ |
//! | Worker | ✅ | ✅ | ✅ |
//! | Service worker | ✅ | ❌ | ✅ |
//!
//! # Feature table
//!
//! | Feature | Description |
Expand Down

0 comments on commit d93ec99

Please sign in to comment.