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