1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/extensions/broadcast_channel
Ben Noordhuis 8cf7f966f2 feat(extensions): add BroadcastChannel
Co-Authored-By: Ben Noordhuis <info@bnoordhuis.nl>
Fixes: #10354
2021-05-23 15:16:42 +02:00
..
01_broadcast_channel.js feat(extensions): add BroadcastChannel 2021-05-23 15:16:42 +02:00
Cargo.toml feat(extensions): add BroadcastChannel 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): add BroadcastChannel 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