1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/extensions/broadcast_channel
Ben Noordhuis af1546391c feat(extensions): BroadcastChannel WPT conformance
Replaces the file-backed provider by an in-memory one because proper
file locking is a hard problem that detracts from the proof of concept.

Teach the WPT runner how to extract tests from .html files because all
the relevant tests in test_util/wpt/webmessaging/broadcastchannel are
inside basics.html and interface.html.
2021-05-23 15:16:42 +02:00
..
01_broadcast_channel.js feat(extensions): BroadcastChannel WPT conformance 2021-05-23 15:16:42 +02:00
Cargo.toml feat(extensions): BroadcastChannel WPT conformance 2021-05-23 15:16:42 +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