From 8cf7f966f24d0fb996b41d92b04ad9647337a8f6 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 22 May 2021 18:08:24 +0200 Subject: feat(extensions): add BroadcastChannel Co-Authored-By: Ben Noordhuis Fixes: #10354 --- runtime/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/lib.rs') diff --git a/runtime/lib.rs b/runtime/lib.rs index d45a72727..3cc73bfff 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -1,5 +1,6 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +pub use deno_broadcast_channel; pub use deno_console; pub use deno_crypto; pub use deno_fetch; -- cgit v1.2.3