I\'m using fetch to send a large JSON object to the backend. I want to compress the body using gzip. I\'m using https://github.com/nodeca/pako to compress the JSON.
C