request
export function request(request: RequestUrlParam | string): Promise<string>;
Similar to fetch(), request a URL using HTTP/HTTPS, without any CORS restrictions.
Returns the text value of the response.
Parameters
| Parameter | Description |
|---|---|
request |