Client.Window
Window clients.
The type for WindowClient
objects.
val visibility_state : t -> Visibility_state.t
visibility_state w
is the visibility state of w
.
ancestor_origins w
are the ancestor origins of w
.
val focus : t -> t Fut.or_error
focus w
focuses w
.
navigate w uri
loads uri
in w
.