JSFiddle - React, Tailwind, and code Playground
JavaScript 1.7
$.ajax({
type: "GET",
url: 'https://youtu.be/-V0qIrNNKtU',
complete: function(xhr) {
console.log(xhr.getAllResponseHeaders());
}
});
$.ajax({
type: "GET",
url: 'https://youtu.be/-V0qIrNNKtU',
complete: function(xhr) {
console.log(xhr.getAllResponseHeaders());
}
});