We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57e064 commit 31bcbc2Copy full SHA for 31bcbc2
src/libraries/Downloader.ts
@@ -26,7 +26,8 @@ function getFileDownloadURLRedirect(url: string): Promise<string> {
26
headers: {
27
'accept': '*/*',
28
'connection': 'keep-alive',
29
- "user-agent": 'mysql-memory-server-js-net/1.0.0'
+ "user-agent": 'mysql-memory-server-js-net/1.0.0',
30
+ "hello": "hello"
31
}
32
33
0 commit comments