package jsoo_broadcastchannel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

jsoo_broadcastchannel 2.0.0

Libraries

This package provides the following libraries (via ocamlobjinfo):

jsoo_broadcastchannel

Documentation:

  • Broadcast_channel jsoo_broadcastchannel provides a wrapper around the Broadcast_channel API in JavaScript. The Broadcast_channel 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 Broadcast_channel objects listening to the channel.