response.headers.get("content-disposition")

response is returned by calling fetch asynchronously. Example:

const response = await fetch(uri)