mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:52:43 +00:00 
			
		
		
		
	 3dd3b2019d
			
		
	
	
		3dd3b2019d
		
	
	
	
	
		
			
			This property is useful for web content to determine whether an ongoing navigation has settled or not.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			298 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			298 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <HTML/NavigationType.idl>
 | |
| #import <HTML/NavigationHistoryEntry.idl>
 | |
| 
 | |
| [Exposed=Window, UseNewAKString]
 | |
| interface NavigationTransition {
 | |
|   readonly attribute NavigationType navigationType;
 | |
|   readonly attribute NavigationHistoryEntry from;
 | |
|   readonly attribute Promise<undefined> finished;
 | |
| };
 |