JS proxy à tableau

//don't worry i found the solution for you 
//first retrieve the Array response object from the returned
//Proxy then convert it to a JSON string and back into an Array like so:
JSON.parse(JSON.stringify(proxy_varibale))
Wa7ch Tennin