2022-02-15 16:10:51 -03:00
|
|
|
#import <DOM/CharacterData.idl>
|
|
|
|
|
|
2022-10-07 19:45:09 -03:00
|
|
|
// https://dom.spec.whatwg.org/#comment
|
2023-09-04 09:01:53 -03:00
|
|
|
[Exposed=Window]
|
2020-08-17 15:14:30 -03:00
|
|
|
interface Comment : CharacterData {
|
2025-07-24 13:05:52 -03:00
|
|
|
constructor(optional Utf16DOMString data = "");
|
2020-12-09 18:26:42 -03:00
|
|
|
};
|