beefweb icon indicating copy to clipboard operation
beefweb copied to clipboard

Replace axios with fetch

Open hyperblast opened this issue 3 years ago • 0 comments

Currently outdated version of axios is used.

Instead of upgrading it we can replace axios with fetch.

fetch API is widely supported by browsers as well as node (via node-fetch package).

Using this API will allow to have single RequestHandler implementation for all environments.

hyperblast avatar Jan 21 '23 09:01 hyperblast