Skip to content

change axios to fetch API

closes #90 (closed)

Checklist:

  • Implemented changing the axios HTTP Request to fetch API.
  • Axios has been converted to fetch API as fetch is a built-in module and Axios is a third-party module so by using fetch, the migration becomes easier for the extension to support v3. axios.get and axios.put has been changed to fetch with data JSON and request body parameters respectively converting itself to JSON string.

Please merge this PR as this merging is required for the manifest v3 PR to work and support.

Merge request reports