MCPcopy Create free account
hub / github.com/developit/unfetch / index.mjs

File index.mjs

src/index.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export default function (url, options) {
2 options = options || {};
3 return new Promise((resolve, reject) => {
4 const request = new XMLHttpRequest();

Callers

nothing calls this directly

Calls 1

responseFunction · 0.85

Tested by

no test coverage detected