MCPcopy
hub / github.com/angular/angular / build

Method build

packages/common/src/xhr.ts:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14@Service()
15export class BrowserXhr implements XhrFactory {
16 build(): XMLHttpRequest {
17 return new XMLHttpRequest();
18 }
19}
20
21/**

Callers 4

newRootMethod · 0.45
logic_node.spec.tsFile · 0.45
newRootMethod · 0.45
test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected