Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js proxy to array

//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))
 
PREVIOUS NEXT
Tagged: #js #proxy #array
ADD COMMENT
Topic
Name
1+9 =