07akioni / lyla

A fully typed HTTP client with explicit behavior & error handling.
64 stars 7 forks source link

ReferenceError: XMLHttpRequest is not defined #15

Closed renatosaz closed 1 year ago

renatosaz commented 2 years ago

I already use lyla in a big project, everything works exceptionally well, but now I am trying to use it in a new project and I keep getting this error :

D:\projetos\ledoctor2\whatsappweb\node_modules.pnpm\lyla@0.6.8\node_modules\lyla\lib\index.js:528 const xhr = new XMLHttpRequest(); ^ is something broken ?

Regards

07akioni commented 1 year ago

I think you may use it in non browser environment.