response.headers.get("content-disposition")
response is returned by calling fetch asynchronously. Example:
response
fetch
const response = await fetch(uri)