<!-- Do not edit this file. It is automatically generated by API Documenter. --> [`request`](request) ## request() function Similar to `fetch()`<!-- -->, request a URL using HTTP/HTTPS, without any CORS restrictions. Returns the text value of the response. **Signature:** ```typescript export function request(request: RequestUrlParam | string): Promise<string>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | <code>request</code> | [`RequestUrlParam`](RequestUrlParam)<code> &#124; string</code> | | **Returns:** `Promise``<string>`