package jsoo_broadcastchannel

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

jsoo_broadcastchannel 1.1

Libraries

This package provides the following libraries (via ocamlobjinfo):

jsoo_broadcastchannel

Documentation:

  • BroadcastChannel jsoo_broadcastchannel provides a wrapper around the BroadcastChannel API in JavaScript. 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.