object
  method add :
    (Js.number Js.t -> 'a Js.t -> Js.js_string Js.t -> 'b Js.t -> unit)
    Js.callback Js.writeonly_prop
  method clear : ('c Js.t -> unit) Js.callback Js.writeonly_prop
  method remove :
    ('d Js.t -> Js.js_string Js.t Js.optdef -> 'e Js.t -> unit) Js.callback
    Js.writeonly_prop
  method replace :
    (Js.js_string Js.t -> 'f Js.t -> 'g Js.t -> 'h Js.t -> unit) Js.callback
    Js.writeonly_prop
end