Pooya Parsa
Pooya Parsa
Thanks! Checking if we need any more polyfills for legacy node.
`$fetch` always consumes body. As per docs, you can directly use `res._data`: ```ts import { ofetch } from 'ofetch'; const res = await ofetch.raw('https://fel.icien.fr/favicon.png', { responseType: 'blob', }); console.log(res._data); //
I haven't tried electron either. Could be nice to have a tracker until someone can confirm usage or add some docs.
Thanks for PR. Testing on https://arethetypeswrong.github.io/ `1.3.4`: this PR:
closing due to inactivity.
#308 adds missing types
Thanks for making a nice reproduction. Indeed you are expected to implement `toJSON` by yourself. JavaScript has no native implementation to stringify Pure classes and there might be many edge...
@mindplay-dk Feel free to fork in the meantime sorry for delays on this. I am planning to piviot mongoz idea into a new generic service runner. (also would happy to...
Let's track via https://github.com/unjs/ofetch/issues/396
@danielroe do you rememebr more of context for this issue? What util fails `resolvePackageJSON` seems to use lookup. (otherwise maybe we can close until see another issue?)