@octetstream/object-to-form-data
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"type": "module", | ||
"name": "@octetstream/object-to-form-data", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Serialize objects, arrays and collections into FormData.", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -214,7 +214,7 @@ # object-to-form-data | ||
### `type NormalizeValue` | ||
### `interface NormalizeValue` | ||
Value normalizer. | ||
Will be called on each *scalar* value, before it's added to FormData instance. It **must** return either `Blob` or `string` | ||
A function to be called on each *scalar* value, before it's added to FormData instance. It **must** return either `Blob` or `string` | ||
@@ -221,0 +221,0 @@ This function will be called with the following arguments: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26456