Ahmed
Ahmed
@Navid61 This is the wrong place to ask for tailwindcss RTL support. Consider opening an issue about this in [tailwindlabs/tailwindcss](https://github.com/tailwindlabs/tailwindcss).
Might be worth mentioning that it happened again while installing [obs-hevc-vaapi-git](https://aur.archlinux.org/packages/obs-hevc-vaapi-git/)
Until it's supported, use: ```javascript const formData = new FormData(); // ... const buffer = formData.getBuffer(); // or axios, or whatever fetch(url, { headers: { ..formData.getHeaders(), "Content-Length": buffer.byteLength.toString() }, body:...
> > Since they do the same thing. @aprilmintacpineda No they don't do the same thing. URLSearchParams will encode it as `application/x-www-form-urlencoded` where this library will encode it as `multipart/form-data`....