We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea72f2 commit d2f099eCopy full SHA for d2f099e
plugins/upload/guest-js/index.ts
@@ -23,6 +23,7 @@ async function upload(
23
url: string,
24
filePath: string,
25
progressHandler?: ProgressHandler,
26
+ // TODO: V3 - Combine headers and methods into one `options` object
27
headers?: Map<string, string>,
28
method?: HttpMethod
29
): Promise<string> {
0 commit comments