MCPcopy Create free account
hub / github.com/browserify/http-browserify / noop

Function noop

test/request_url.js:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6};
7
8var noop = function() {};
9global.XMLHttpRequest = function() {
10 this.open = noop;
11 this.send = noop;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected