feat: Restore webContents navigation history and page state (#45433)
* feat: Working navigationHistory.restore with just title/url * feat: Restore page state, too * chore: Docs, lint, tests * Implement feedback * More magic * Make _awaitNextLoad truly private * Implement API group feedback * One more round of feedback
This commit is contained in:
		
					parent
					
						
							
								6fdfca6e49
							
						
					
				
			
			
				commit
				
					
						9f47c9a051
					
				
			
		
					 8 changed files with 259 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -2,3 +2,6 @@
 | 
			
		|||
 | 
			
		||||
* `url` string
 | 
			
		||||
* `title` string
 | 
			
		||||
* `pageState` string (optional) - A base64 encoded data string containing Chromium page state
 | 
			
		||||
  including information like the current scroll position or form values. It is committed by
 | 
			
		||||
  Chromium before a navigation event and on a regular interval.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue