Closed rakeshar3796 closed 5 months ago
This is covered under the "frequently asked question" section of the README
@laverdet I've a question in general, in the above code example let's say fetch return response include prototype methods like json
, text
etc, and these methods i'm not getting inside the caller function, does copy excludes prototype methods by default?
Can you shed some light here on how to get these methods?
The question doesn't make sense. The methods exist in a separate isolate. You might as well be asking how to copy res.json
from Firefox into Edge.
Hey folks, i've been playing around with this library for some time and i've a question here, in my code i've an async function to deal with requests and when once its made a request i've been trying to access json method, but i'm receiving a type error
Error
Code
Can anyone help on this?
Node version - 18.20.3 OS version - MacOS 13.5