mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:42:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			244 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| pi: [object ProcessingInstruction]
 | |
| pi.target: someTarget
 | |
| pi.data: someData
 | |
| 
 | |
| clone: [object ProcessingInstruction]
 | |
| clone.target: someTarget
 | |
| clone.data: someData
 | |
| 
 | |
| pi === clone -> false
 | |
| pi.isEqualNode(clone) -> true
 | |
| pi.isEqualNode(other) -> false
 | 
