MCPcopy
hub / github.com/react/create-react-app / XDRObject

Function XDRObject

packages/react-error-overlay/fixtures/bundle_u.mjs:7895–7903  ·  view source on GitHub ↗
(method, url, payload)

Source from the content-addressed store, hash-verified

7893// http://msdn.microsoft.com/en-us/library/cc288060(v=VS.85).aspx
7894
7895function XDRObject(method, url, payload) {
7896 debug(method, url);
7897 var self = this;
7898 EventEmitter.call(this);
7899
7900 setTimeout(function() {
7901 self._start(method, url, payload);
7902 }, 0);
7903}
7904
7905inherits(XDRObject, EventEmitter);
7906

Callers

nothing calls this directly

Calls 1

debugFunction · 0.70

Tested by

no test coverage detected