jsoo_broadcastchannel
  1. Overview
  2. Docs
A wrapper in Js_of_ocaml to deal with BroadcastChannel

Install

Authors

Maintainers

Sources

2.0.0.tar.gz
md5=e24e6b6aafc3a15a0df5cd0c4bdafb4c

Description

The BroadcastChannel interface represents a named channel that any browsing context of a given origin can subscribe to. It allows communication between different documents (in different windows, tabs, frames or iframes) of the same origin. Messages are broadcasted via a message event fired at all BroadcastChannel objects listening to the channel.

Published: 13 Feb 2020

Dependencies (5)

  1. dune >= "1.11"
  2. lwt
  3. js_of_ocaml-ppx
  4. js_of_ocaml >= "2.8.4"
  5. ocaml >= "4.02.0"

Dev Dependencies

None

Used by

None

Conflicts

None