TriplyDB / Yasgui

Yet Another Sparql GUI
https://yasgui.triply.cc
MIT License
185 stars 55 forks source link

Use fetch instead of superagent #150

Open LaurensRietveld opened 4 years ago

LaurensRietveld commented 4 years ago

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