node-fetch v1.6.1 Release Notes

    • ๐Ÿ›  Fix: if res.body is a non-stream non-formdata object, we will call body.toString and send it as a string
    • ๐Ÿ›  Fix: counter value is incorrectly set to follow value when wrapping Request instance
    • ๐Ÿ›  Fix: documentation update