Skip to content

Commit d2f099e

Browse files
authored
Add TODO for combining headers and methods
1 parent bea72f2 commit d2f099e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/upload/guest-js/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ async function upload(
2323
url: string,
2424
filePath: string,
2525
progressHandler?: ProgressHandler,
26+
// TODO: V3 - Combine headers and methods into one `options` object
2627
headers?: Map<string, string>,
2728
method?: HttpMethod
2829
): Promise<string> {

0 commit comments

Comments
 (0)