LocalData / localdata-dashboard

BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Avoid using JSONP for grids when the browser will support CORS requests #624

Closed prashtx closed 9 years ago

prashtx commented 9 years ago

This should help a little with grid caching, since the grid response content will be the same regardless of load order/etc. With JSONP, the callback names can change, leading to cache misses.

This change depends on https://github.com/LocalData/localdata-tiles/pull/158

hampelm commented 9 years ago

Looks good to me, merge when ready (leaving open b/c of my comment/question)