MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / XMLHttpRequestStub

Function XMLHttpRequestStub

app/services/tdc_vm_runner.cjs:182–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 });
181
182 function XMLHttpRequestStub() {
183 this.readyState = 4;
184 this.status = 200;
185 this.responseText = '';
186 }
187 XMLHttpRequestStub.prototype.open = function open() {};
188 XMLHttpRequestStub.prototype.send = function send() {
189 if (typeof this.onload === 'function') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected