mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
0efe438f7c
`opAsync` requires a lookup by name on each async call. This is a mechanical translation of all opAsync calls to ensureFastOps. The `opAsync` API on Deno.core will be removed at a later time. |
||
---|---|---|
.. | ||
01_broadcast_channel.js | ||
Cargo.toml | ||
in_memory_broadcast_channel.rs | ||
lib.deno_broadcast_channel.d.ts | ||
lib.rs | ||
README.md |
deno_broadcast_channel
This crate implements the BroadcastChannel functions of Deno.
Spec: https://html.spec.whatwg.org/multipage/web-messaging.html