0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/extensions/broadcast_channel
2021-06-16 16:39:51 +02:00
..
01_broadcast_channel.js refactor(runtime): move performance API to timers extension (#10818) 2021-06-07 14:19:33 +02:00
Cargo.toml chore: upgrade Tokio to 1.7.0 (#11008) 2021-06-16 16:39:51 +02:00
in_memory_broadcast_channel.rs feat(extensions): BroadcastChannel WPT conformance 2021-05-23 15:16:42 +02: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