Add note
This commit is contained in:
		
							parent
							
								
									1a984de8e8
								
							
						
					
					
						commit
						7096c0ca49
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -25,6 +25,7 @@ export async function downloadUrl(url: string, path: string) { | |||
| 			rej(error); | ||||
| 		}); | ||||
| 
 | ||||
| 		// 多バイト文字が含まれてそうだったらリクエスト前にURIエンコードする
 | ||||
| 		const requestUrl = new URL(url).pathname.match(/[^\u0021-\u00ff]/) ? encodeURI(url) : url; | ||||
| 
 | ||||
| 		const req = request({ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue