Repositories (1)

scraperV2
1 snippets stored for this repo
JavaScript IconJavaScript
xhr.open('POST', '/articles/' + id, true )
    xhr.setRequestHeader('Content-Type', 'application/json');
    let queef = obj
    xhr.send(JSON.stringify(queef))
}

function xhrSuccess() {