--- sidebar_label: HTTPRequest.fetchPostData --- # HTTPRequest.fetchPostData() method Fetches the POST data for the request from the browser. #### Signature: ```typescript class HTTPRequest { abstract fetchPostData(): Promise; } ``` **Returns:** Promise<string \| undefined>