mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 12:24:58 +00:00
5 lines
119 B
Text
5 lines
119 B
Text
#import <DOM/CharacterData.idl>
|
|
|
|
interface Comment : CharacterData {
|
|
constructor(optional DOMString data = "");
|
|
};
|