JSFiddle - React, Tailwind, and code Playground

by Chintan Upadhayay

JavaScript 1.7

$.ajax({
    type: "GET",
    url: 'https://youtu.be/-V0qIrNNKtU',
    complete: function(xhr) {

        console.log(xhr.getAllResponseHeaders());
    }
});