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