Remove the 'getProcessMemoryInfo' API
* Underlying APIs have been removed in Chromium * https://chromium-review.googlesource.com/c/chromium/src/+/969089 * https://chromium-review.googlesource.com/c/chromium/src/+/953723 * https://bugs.chromium.org/p/chromium/issues/detail?id=819289 * https://github.com/electron/electron/projects/11#card-11509601
This commit is contained in:
		
					parent
					
						
							
								833b55107d
							
						
					
				
			
			
				commit
				
					
						14df89f214
					
				
			
		
					 9 changed files with 27 additions and 67 deletions
				
			
		|  | @ -1627,7 +1627,8 @@ describe('BrowserWindow module', () => { | |||
|         w.loadFile(path.join(fixtures, 'pages', 'window-open.html')) | ||||
|       }) | ||||
| 
 | ||||
|       it('releases memory after popup is closed', (done) => { | ||||
|       // TODO(alexeykuzmin): `GetProcessMemoryInfo()` is not available starting Ch67.
 | ||||
|       xit('releases memory after popup is closed', (done) => { | ||||
|         w.destroy() | ||||
|         w = new BrowserWindow({ | ||||
|           show: false, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Samuel Attard
				Samuel Attard