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