bun
bun copied to clipboard
Implement `FormData`
We should implement the FormData API.
const request = new Request(new FormData());
const response = new Response();
const form = await response.formData();
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.
Closing as a duplicate, now being tracked here: #621