WGNW_MG

Results 4 comments of WGNW_MG

add one more problem that happen recently After the update of new DLC the game performance has a sharp decline. (before new DLC : 120-140fps -> after new DLC :...

I Also hitting this, and In my debugging ![image](https://github.com/xenova/transformers.js/assets/52302387/1fabed57-ad92-4957-b30e-344978b72a27) I think cache.match(name) Seems to get data from an abnormal url. ![image](https://github.com/xenova/transformers.js/assets/52302387/07434e3a-2b9d-4172-9e34-0120f679b0d1) this is what cache.match(name) return data and I don't...

@dalmia Thanks! this is just what i need to!

Hello, I Think i'm having the same problem here. ``` async postMultipart(url: string, data: any) { const formData = new FormData(); let imageUrl: string = ''; Object.keys(data).map(key => { console.log(key);...