Can not read content-disposition from resposne header
Author: pkumar84Created Jan 20, 2016Updated Feb 14, 2022
I am creating download url at frontend side and server send me data in response body and content-type, content-disposition in response header. i am able to read response.headers.get('content-type') but not response.headers.get('content-disposition'), is response.headers.get('content-disposition') does not supported ?
Source: matthew-andrews/isomorphic-fetch