mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 15:59:43 +00:00
LibWeb: Stub Text.wholeText
This commit is contained in:
parent
807e63faaf
commit
0961d68ebc
Notes:
sideshowbarker
2024-07-18 02:43:37 +09:00
Author: https://github.com/jamierocks
Commit: 0961d68ebc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/682
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ interface Text : CharacterData {
|
|||
constructor(optional DOMString data = "");
|
||||
|
||||
[NewObject] Text splitText(unsigned long offset);
|
||||
|
||||
[FIXME] readonly attribute DOMString wholeText;
|
||||
};
|
||||
|
||||
Text includes Slottable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue