Service_worker.Client
Client objects.
module Visibility_state : sig ... end
Visibility state enum.
module Type : sig ... end
Client type enum.
module Frame_type : sig ... end
Frame type enum.
The type for Client
objects.
val frame_type : t -> Frame_type.t
frame_type c
is the frame type of c
.
val post : ?opts:Brr_io.Message.opts -> t -> 'a -> unit
post ~opts c v
posts value v
to client c
with options opts
(the target_origin
option is meaningless in this case).
module Window : sig ... end
Window clients.