You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`paginationRppOptions` The pagination options containing the numbers defining how many results should be shown per page. (Default: `[5, 10, 25]`)
133
133
*`simultaneousDownloads` Number of simultaneous downloads. (Default: `2`)
134
134
*`downloadMethod` HTTP method to use when downloading from the server (`GET`, `POST`, `PUT`, `PATCH`). (Default: `GET`)
135
-
*`checkHashModule` Indicates if the built-in hash check module should be added. (Default: `'false'`)
136
-
*`checkHashEnabled` Indicates if the built-in hash check should be enabled. (Default: `'true'`)
137
-
*`checkHashTarget` The target URL for the GET request to the server for each file to see if it already exists based on the in-browser calculated hash. This can be a `string` or a `function` that allows you you to construct and return a value, based on supplied `params`. (Default: `https://httpbin.org`)
138
-
*`checkHashMethod` HTTP method to use when sending file hash check requests. (Default: `'GET'`)
139
-
*`checkHashParameterName` The name of the check hash request parameter. (Default: `'hash'`)
140
-
*`checkHashFunctionName` The name of the hash function to be used in the built-in hash check. (`sha1`, `md5`) (Default: `'sha1'`)
141
-
*`checkHashEncodingName` The name of the encoding scheme to be used in the built-in hash check. (`latin1`, `hex`, `base64`, `utf8`) (Default: `'hex'`)
142
-
*`checkHashInputEncodingName` The name of the input encoding scheme to be used in the built-in hash check. (`latin1`, `hex`, `base64`, `utf8`) (Default: `'latin1'`)
135
+
*`preprocessHashModule` Indicates if the built-in preprocess hash module should be added. (Default: `'false'`)
136
+
*`preprocessHashEnabled` Indicates if the built-in preprocess hash should be enabled. (Default: `'true'`)
137
+
*`preprocessHashTarget` The target URL for the GET request to the server for each file to see if it already exists based on the in-browser calculated hash. This can be a `string` or a `function` that allows you you to construct and return a value, based on supplied `params`. (Default: `https://httpbin.org`)
138
+
*`preprocessHashMethod` HTTP method to use when sending file preprocess hash requests. (Default: `'GET'`)
139
+
*`preprocessHashParameterName` The name of the preprocess hash request parameter. (Default: `'hash'`)
140
+
*`preprocessHashFunctionName` The name of the hash function to be used in the built-in preprocess hash module. (`sha1`, `md5`) (Default: `'sha1'`)
141
+
*`preprocessHashEncodingName` The name of the encoding scheme to be used in the built-in preprocess hash module. (`latin1`, `hex`, `base64`, `utf8`) (Default: `'hex'`)
142
+
*`preprocessHashInputEncodingName` The name of the input encoding scheme to be used in the built-in preprocess hash module. (`latin1`, `hex`, `base64`, `utf8`) (Default: `'latin1'`)
143
143
144
144
### Resumablejs configuration
145
145
*`target` The target URL for the multipart POST request. This can be a `string` or a `function` that allows you you to construct and return a value, based on supplied `params`. (Default: `https://httpbin.org`)
0 commit comments