#import // https://dom.spec.whatwg.org/#comment [Exposed=Window] interface Comment : CharacterData { constructor(optional DOMString data = ""); };