object
method _QueryInterface : 'a interface -> 'a
method clearInterval : int -> unit
method clearTimeout : int -> unit
method openDialog : string -> string -> string -> unit
method setInterval : (unit -> unit) -> float -> int
method setTimeout : (unit -> unit) -> float -> int
end