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.
2 parents 91e5d75 + cdec1bc commit 9ddf916Copy full SHA for 9ddf916
index.js
@@ -13,6 +13,7 @@ export type NotificationArgs = {
13
export type StartUploadArgs = {
14
url: string,
15
path: string,
16
+ method?: 'PUT' | 'POST',
17
// Optional, because raw is default
18
type?: 'raw' | 'multipart',
19
// This option is needed for multipart type
0 commit comments