package jsoo_broadcastchannel

  1. Overview
  2. Docs
Jsoo_broadcastchannel is a binding for the BroadcastChannel API for Js_of_OCaml.

Install

Dune Dependency

Authors

Maintainers

Sources

jsoo_broadcast.tar.gz
md5=4a43c6f2199f6a999aa9f43e1ecd1ae3

Description

Jsoo_broadcastchannel is a binding for the BroadcastChannel API. 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: 11 May 2017

Dependencies (5)

  1. ocamlbuild build
  2. ocamlfind build
  3. lwt >= "2.5.2"
  4. js_of_ocaml >= "2.8.4" & < "3.0"
  5. ocaml >= "4.02.0" & < "4.05.0"

Dev Dependencies

None

Used by

None

Conflicts

None