MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / fetch

Function fetch

tools/common/browser-stubs.js:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21var requestAnimationFrame = function(fn) { fn(); return 0; };
22var cancelAnimationFrame = function() {};
23var fetch = function() { return Promise.resolve({ text: function() { return Promise.resolve(''); } }); };
24var MutationObserver = function() { this.observe = function() {}; this.disconnect = function() {}; };
25var IntersectionObserver = function() { this.observe = function() {}; this.disconnect = function() {}; };
26var ResizeObserver = function() { this.observe = function() {}; this.disconnect = function() {}; };

Callers 15

resolveMethod · 0.70
resolveMethod · 0.50
yFunction · 0.50
QiFunction · 0.50
resolveMethod · 0.50
resolveMethod · 0.50
resolveMethod · 0.50

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected