Makes a POST request to a given url, with the given headers and body.
The URL to make the POST request
The body of this post request. The body may be a stringified JSON or, most likely, a Uint8Array containing the gzipped version of said stringified JSON. We need to accept both in case the compression fails.
Optional headers to include in the request
The status code of the response.
Generated using TypeDoc
Uploader abstract class, actualy uploading logic varies per platform.