mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-02 16:33:13 +00:00
3 lines
83 B
Text
3 lines
83 B
Text
interface Text : CharacterData {
|
|
constructor(optional DOMString data = "");
|
|
};
|