mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
LibWeb: Implement Text.splitText(offset)
With FIXMEs about updating live ranges, but still.
This commit is contained in:
parent
8bc3f4c186
commit
d2f9f8bd4f
Notes:
sideshowbarker
2024-07-17 16:59:20 +09:00
Author: https://github.com/awesomekling
Commit: d2f9f8bd4f
3 changed files with 53 additions and 0 deletions
|
@ -2,4 +2,7 @@
|
|||
|
||||
interface Text : CharacterData {
|
||||
constructor(optional DOMString data = "");
|
||||
|
||||
[NewObject] Text splitText(unsigned long offset);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue