ethanent / phin

Node HTTP client
MIT License
576 stars 33 forks source link

Uncaught ReferenceError: Buffer is not defined #71

Closed philosofonusus closed 3 years ago

philosofonusus commented 3 years ago

This is how i usually import and use it



import * as p from 'phin`
...
const res = await p({url: "Some url", method: "POST", data:{...form} })
philosofonusus commented 3 years ago

I think it is not my problem