Is there a way to get, with JavaScript, the list of "Accept-Encoding"?

88 Views Asked by At

I've a use case where I need to get files from a CDN but I need to know what encodings does the browser support in order to append the right file extension on the files to get.

Is there a way to query the DOM or the browser about its support of encodings?

0

There are 0 best solutions below