HTTPRequestHTTPRequest.postDataVersion: 24.14.0On this pageHTTPRequest.postData() method The request's post body, if any. Signature class HTTPRequest { abstract postData(): string | undefined;} Returns: string | undefined