1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/extensions/broadcast_channel
David Sherret 7fc0e8ec8c
chore: use parking_lot for synchronization primitives to align with tokio (#11289)
parking_lot is already transitively used in tokio via the "full" cargo feature
2021-07-06 23:48:01 -04:00
..
01_broadcast_channel.js refactor: introduce primordials for ext/web (#11228) 2021-07-03 21:32:28 +02:00
Cargo.toml chore: upgrade Tokio to 1.8.0 (#11281) 2021-07-05 15:50:56 +02:00
in_memory_broadcast_channel.rs chore: use parking_lot for synchronization primitives to align with tokio (#11289) 2021-07-06 23:48:01 -04:00
lib.deno_broadcast_channel.d.ts feat(extensions): add BroadcastChannel 2021-05-23 15:16:42 +02:00
lib.rs feat(extensions): BroadcastChannel WPT conformance 2021-05-23 15:16:42 +02:00
README.md feat(extensions): add BroadcastChannel 2021-05-23 15:16:42 +02:00

deno_broadcast_channel

This crate implements the BroadcastChannel functions of Deno.

Spec: https://html.spec.whatwg.org/multipage/web-messaging.html