arangojs icon indicating copy to clipboard operation
arangojs copied to clipboard

Replace XHR with Fetch

Open pluma4345 opened this issue 1 year ago • 0 comments

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 avatar Apr 26 '23 09:04 pluma4345