Module Windows_browser_common

class type window = object ... end
class type getInfo = object ... end
class type createData = object ... end
class type updateInfo = object ... end
class type windows = object ... end
val make_createData : ?⁠url:string -> ?⁠url_l:string list -> ?⁠tabId:int -> ?⁠left:int -> ?⁠top:int -> ?⁠width:int -> ?⁠height:int -> ?⁠focused:bool -> ?⁠typ:string -> ?⁠state:string -> ?⁠allowScriptsToClose:bool -> ?⁠cookieStoreId:int -> ?⁠titlePreface:string -> unit -> createData Js_min.t
val make_updateInfo : ?⁠left:int -> ?⁠top:int -> ?⁠width:int -> ?⁠height:int -> ?⁠focused:bool -> ?⁠drawAttention:bool -> ?⁠state:string -> ?⁠titlePreface:string -> unit -> updateInfo Js_min.t
val windows : windows Js_min.t
val onCreated : (window Js_min.t -> unit) -> unit
val onRemoved : (int -> unit) -> unit
val onFocusChanged : (int -> unit) -> unit