BeataKr / axios-har-tracker

This library was designed for gathering HAR files from requests sent using axios
https://github.com/BeataKr/axios-har-tracker
10 stars 10 forks source link

handle error JSON.stringify circulare object #4

Closed hasan8287 closed 3 years ago

hasan8287 commented 3 years ago

sometimes the response from axios is a circular object

example: const same = {}; same.same = same; JSON.stringify(same) -> get error