Fetches the POST data for the request from the browser.
class HTTPRequest { abstract fetchPostData(): Promise<string | undefined>; }
Returns:
Promise<string | undefined>