Home > @poq/sdk-sfcc > Configuration > formDataCtor
The FormData constructor that will be used to create multipart form data requests. You can inject this here so that execution environments that do not support the FormData class can still run the generated client.
Signature:
formDataCtor?: new () => any;