bing-chat icon indicating copy to clipboard operation
bing-chat copied to clipboard

feature: add support for nodejs versions older than v18

Open RaschidJFR opened this issue 1 year ago • 1 comments

Native fetch is not present in Nodejs versions before v18. Many cloud environments are still running older nodejs versions (eg: AWS uses v16 for Alexa).

Using packages like Axios would enable support for older versions of nodejs.

RaschidJFR avatar Jul 03 '23 03:07 RaschidJFR