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