webcompat / simplebug

A simpler interface for Bugzilla web compatibility issues.
Mozilla Public License 2.0
4 stars 4 forks source link

Fall back to JSONP to be non-CORS-browser compatible #30

Closed hallvors closed 10 years ago

hallvors commented 10 years ago

if(!('withCredentials' in xhr)){ // use JSONP data loading instead.. }