Class type Dom.comment
Specification of Comment objects
inherit node
method data : Js.js_string Js.t Js.propmethod length : int Js.readonly_propmethod subjs_stringData : int -> int -> Js.js_string Js.t Js.methmethod appendData : Js.js_string Js.t -> unit Js.methmethod insertData : int -> Js.js_string Js.t -> unit Js.methmethod deleteData : int -> int -> unit Js.methmethod replaceData : int -> int -> Js.js_string Js.t -> unit Js.meth