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