freedommarks-browser-webextension icon indicating copy to clipboard operation
freedommarks-browser-webextension copied to clipboard

refactor: use fetch instead of jQuery and remove cookies

Open binarious opened this issue 6 years ago • 0 comments

  • Replaced $.ajax and $.get calls with fetch.
  • Moved api calls to a separate function.
  • This resolves issues with Chrome.

Closes #13

binarious avatar Aug 11 '18 21:08 binarious