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

Function clearInterval

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

Source from the content-addressed store, hash-verified

18var clearTimeout = function() {};
19var setInterval = function() { return 0; };
20var clearInterval = function() {};
21var requestAnimationFrame = function(fn) { fn(); return 0; };
22var cancelAnimationFrame = function() {};
23var fetch = function() { return Promise.resolve({ text: function() { return Promise.resolve(''); } }); };

Callers 1

server.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected