pulibrary / pul-it-handbook

Princeton Univ. Library Apps best practices and recommendations
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

[curriculum] Remove XmlHttpRequest #198

Closed sandbergja closed 1 year ago

sandbergja commented 1 year ago

Using fetch is preferred over XmlHttpRequest. Fetch is covered later in the curriculum, and the XmlHttpRequest is quite long.

hackartisan commented 1 year ago

good feedback!