You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use superagent for all http requests. This is a left-over from the old yasgui version. Let's use the native fetch api instead.
This should solve #144 as well, as fetch doesn't do any 'magic' response body parsing
The text was updated successfully, but these errors were encountered:
ptgolden
added a commit
to ptgolden/rdf-ui
that referenced
this issue
Mar 31, 2022
We use superagent for all http requests. This is a left-over from the old yasgui version. Let's use the native fetch api instead.
This should solve #144 as well, as fetch doesn't do any 'magic' response body parsing
The text was updated successfully, but these errors were encountered: