mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:42:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			172 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <DOM/CharacterData.idl>
 | |
| 
 | |
| interface Text : CharacterData {
 | |
|     constructor(optional DOMString data = "");
 | |
| 
 | |
|     [NewObject] Text splitText(unsigned long offset);
 | |
| 
 | |
| };
 | 
