curlconverter/test/fixtures/javascript-jquery/get_max_time.js

8 lines
138 B
JavaScript

$.ajax({
url: 'http://localhost:28139',
crossDomain: true,
timeout: 20000
}).done(function(response) {
console.log(response);
});