UNPKG

cttv.api

Version:

Javascript interface for the Open Targets rest api

10 lines (8 loc) 154 B
'use strict'; module.exports = { createXHR: function(req) { var xhr = new XMLHttpRequest(); xhr.withCredentials = true; return xhr; } };