| 
									
										
										
										
											2017-01-12 15:02:24 -08:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  |   <head> | 
					
						
							|  |  |  |     <meta charset="utf-8"> | 
					
						
							|  |  |  |     <title></title> | 
					
						
							|  |  |  |     <script> | 
					
						
							|  |  |  |       const {remote} = require('electron') | 
					
						
							|  |  |  |       const browserWindow = remote.getCurrentWindow() | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-12 16:31:02 -08:00
										 |  |  |       const handler = () => {} | 
					
						
							|  |  |  |       browserWindow.webContents.on('remote-handler', handler) | 
					
						
							|  |  |  |       browserWindow.webContents.on('other-remote-handler', handler) | 
					
						
							| 
									
										
										
										
											2017-01-12 15:02:24 -08:00
										 |  |  |     </script> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  |   <body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   </body> | 
					
						
							|  |  |  | </html> |