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