package jsoo_broadcastchannel

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

Interface of a BroadcastChannel

method close : unit -> unit Js.meth
method postMessage : 'message -> unit Js.meth
method onmessage : ('self Js.t, 'message message) Dom_html.event_listener Js.writeonly_prop