1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext/broadcast_channel
denobot 55029c7261
1.36.3 (#20268)
Bumped versions for 1.36.3

Co-authored-by: mmastrac <mmastrac@users.noreply.github.com>
2023-08-24 10:01:52 -06:00
..
01_broadcast_channel.js fix: call setIsTrusted for generated events (MessageEvent) (#19919) 2023-07-31 23:22:07 +02:00
Cargo.toml 1.36.3 (#20268) 2023-08-24 10:01:52 -06:00
in_memory_broadcast_channel.rs chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
lib.deno_broadcast_channel.d.ts fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
lib.rs refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566) 2023-06-22 23:37:56 +02:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00

deno_broadcast_channel

This crate implements the BroadcastChannel functions of Deno.

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