arangodb / arangojs

The official ArangoDB JavaScript driver.
https://arangodb.github.io/arangojs
Apache License 2.0
600 stars 106 forks source link

Replace XHR with Fetch #788

Closed pluma4345 closed 5 months ago

pluma4345 commented 1 year ago

As fetch is now universally supported across all targeted browsers (see caniuse fetch), we should be able to swap out the xhr library for native fetch. This would also help with supporting web workers (#760) and Deno (#766).

pluma4345 commented 5 months ago

Fixed in 4255067a.