bun icon indicating copy to clipboard operation
bun copied to clipboard

Implement `FormData`

Open Electroid opened this issue 3 years ago • 1 comments

We should implement the FormData API.

const request = new Request(new FormData());
const response = new Response();
const form = await response.formData();

Electroid avatar Oct 28 '22 18:10 Electroid

I agree. The reason we haven't is because WebKit's implementation is closely tied to HTMLFileElement. I don't know if we can just use WebKit's version.

Jarred-Sumner avatar Oct 28 '22 20:10 Jarred-Sumner

Closing as a duplicate, now being tracked here: #621

Electroid avatar Nov 02 '22 22:11 Electroid