Skip to main content

FormData

The FormData is used create form data that is sent via APIRequestContext.


Methods

Set

Added in: v1.18 formData.Set

Sets a field on the form. File values can be passed either as Path or as FilePayload.

Usage

FormData.Set(name, value);

Arguments

Returns