1 2 3 4 5 6 7
#import <DOM/CharacterData.idl> // https://dom.spec.whatwg.org/#comment [Exposed=Window] interface Comment : CharacterData { constructor(optional DOMString data = ""); };