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
The use of JSONP for cross-origin requests makes them uncacheable by basic HTTP caches, based on the callback function name in the URL changing each time. Replacing them with CORS requests would enable caching which would substantially improve the performance of collections.ala.org.au
The text was updated successfully, but these errors were encountered:
The use of JSONP for cross-origin requests makes them uncacheable by basic HTTP caches, based on the callback function name in the URL changing each time. Replacing them with CORS requests would enable caching which would substantially improve the performance of
collections.ala.org.au
The text was updated successfully, but these errors were encountered: