- Preparing search index...
- The search index is not available
@types/quickjs
- urlGet(url: string, options?: UrlGetOptions): string | null
-
Returns string | null
- urlGet(url: string, options: UrlGetOptions & {
binary: true;
full?: false;
}): ArrayBuffer | null
-
Parameters
-
url: string
-
options: UrlGetOptions & {
binary: true;
full?: false;
}
Returns ArrayBuffer | null
- urlGet(url: string, options: UrlGetOptions & {
binary?: false;
full: true;
}): UrlGetResponse<string>
-
Parameters
-
url: string
-
options: UrlGetOptions & {
binary?: false;
full: true;
}
- urlGet(url: string, options: UrlGetOptions & {
binary: true;
full: true;
}): UrlGetResponse<ArrayBuffer>
-
Parameters
-
url: string
-
options: UrlGetOptions & {
binary: true;
full: true;
}
Download url using the curl command line utility.