mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Add method option to the IFileUploadConfigFile interface
This commit is contained in:
Vendored
+4
@@ -268,6 +268,10 @@ declare module 'angular' {
|
||||
* @type {string}
|
||||
*/
|
||||
arrayKey?: string;
|
||||
/**
|
||||
* Add which HTTP method to use: 'POST' or 'PUT'(html5)
|
||||
*/
|
||||
method?: string;
|
||||
/**
|
||||
* Uploaded file size so far on the server
|
||||
* @type {string}
|
||||
|
||||
Reference in New Issue
Block a user