Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Migrate JS code to use Fetch API #587

Open
moggers87 opened this issue Apr 17, 2021 · 0 comments
Open

Migrate JS code to use Fetch API #587

moggers87 opened this issue Apr 17, 2021 · 0 comments

Comments

@moggers87
Copy link
Member

Currently we use a mix of XMLHttpRequest and jQuery.ajax. The former is old and crappy, the latter will be gone if I have things my way (we're also using the old way of calling it, not the newer promises interface).

The Fetch API is supported in all popular browsers except IE, which we have no interest in supporting right now. If we did, a shim would be fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant