You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
viktorsmari
changed the title
WebApp setup: (Low priority) Maybe replace xmlhttprequest with the Fetch API?
WebApp: (Low priority) Maybe replace xmlhttprequest with the Fetch API?
Jun 3, 2018
We are using xmlhttprequest to talk to our kit API:
https://github.com/fablabbcn/smartcitizen-kit-20/blob/master/esp/data/main.js#L110-L128
Maybe there are some benefits of using the also built-in Fetch API instead of xmlHttp?
See pros vs cons here:
https://stackoverflow.com/questions/35549547/what-is-the-difference-between-the-fetch-api-and-xmlhttprequest
The text was updated successfully, but these errors were encountered: