cityofaustin / atd-data-tech

Austin Transportation Data & Technology Services
17 stars 2 forks source link

Update fetch calls to use axios instead #1830

Open atdservicebot opened 4 years ago

atdservicebot commented 4 years ago

Migrated from atd-knack-signs-markings #42

atdservicebot commented 4 years ago

From amenity on 2019-07-01:

Might never encounter if users are using modern IE browsers. Will assign impact based on user testing.

atdservicebot commented 4 years ago

From sergiogcx on 2019-07-01:

Copying a comment I made in Slack:

@mateo @Mike Dilley as an alternative to axios, we can always use a polyfill to address old browser compatibility:
ie: https://github.com/developit/unfetch

@mateoclarke @mddilley