docs: backslash escape parametrized TypeScript types (#41693)
This commit is contained in:
parent
83777ac83f
commit
1b80911417
19 changed files with 47 additions and 47 deletions
|
@ -1216,7 +1216,7 @@ Returns `Promise<Buffer>` - resolves with blob data.
|
|||
|
||||
* `url` string
|
||||
* `options` Object (optional)
|
||||
* `headers` Record<string, string> (optional) - HTTP request headers.
|
||||
* `headers` Record\<string, string\> (optional) - HTTP request headers.
|
||||
|
||||
Initiates a download of the resource at `url`.
|
||||
The API will generate a [DownloadItem](download-item.md) that can be accessed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue