Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
var
noop =
function
() {};
9
global.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