Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dynablox_opencloud/src/rest/RESTController.ts>FormDataSetRequest

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
interface FormDataSetRequest
import { type FormDataSetRequest } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/rest/RESTController.ts";

Form Data input for the request. Mostly for file uploads.

Properties

value: string | Blob

Value of the FormData.

optional
fileName: string

File name of the blob, i.e. "blob.png".