You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File downloading can parse a filename from the response header 'content-disposition'. As I see there is no way neither to get response headers nor the filenames.
It may be also extra parameter for .then(($blob, $headers) => {})
Not sure if it will work as
async onResponse({ request, response, options }) {
console.log("[fetch response]", response, JSON.stringify(response.headers))
},
shows no headers at all.
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
File downloading can parse a filename from the response header 'content-disposition'. As I see there is no way neither to get response headers nor the filenames.
It may be also extra parameter for .then(($blob, $headers) => {})
Not sure if it will work as
async onResponse({ request, response, options }) {
console.log("[fetch response]", response, JSON.stringify(response.headers))
},
shows no headers at all.
Additional information
The text was updated successfully, but these errors were encountered: