mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:12:43 +00:00 
			
		
		
		
	LibWeb: Expose Document.createElement() to the web
This commit is contained in:
		
							parent
							
								
									246af7f0ff
								
							
						
					
					
						commit
						319ef8aa86
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -3,5 +3,6 @@ interface Document : Node { | |||
|     Element? getElementById(DOMString id); | ||||
|     Element? querySelector(DOMString selectors); | ||||
|     ArrayFromVector querySelectorAll(DOMString selectors); | ||||
|     Element createElement(DOMString tagName); | ||||
| 
 | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling