Mhrn

Results 4 comments of Mhrn

Hello, How are you doing 😊? I ran into the same issue where setting `'Content-Type': 'multipart/form-data'` in request headers caused the FormData payload to be sent as an empty object...

```JavaScript const formatTime= (value , full=false) => { formatValue = (val) => (val < 10 ? `0${val}` : val); //A : if(!value) return "00:00:00" ; // B : if(!value){ throw...

Hello @Ericlm, thanks for this patch. It seems working; any plans to release it?