JSFiddle - React, Tailwind, and code Playground
by kentaromiura
HTML
<script src="https://gist.github.com/raw/70b7be0bf4ab9d0e492e/886ef0e550934bcf15a31345f417fcc66ccb506c/agent.promised.js"></script>
JavaScript
cross('GET','http://cors-test.appspot.com/test').then(
function(ok) {
alert(ok.body.status)
}, function(ko) {
alert('Oh! Fuzz!')
}).then(function(){alert('hey')});