MCPcopy
hub / github.com/tensorflow/tfjs / fetch

Method fetch

tfjs-core/src/platforms/platform_browser.ts:39–41  ·  view source on GitHub ↗
(path: string, init?: RequestInit)

Source from the content-addressed store, hash-verified

37 private hasEventListener = false;
38
39 fetch(path: string, init?: RequestInit): Promise<Response> {
40 return fetch(path, init);
41 }
42
43 now(): number {
44 return performance.now();

Callers

nothing calls this directly

Calls 1

fetchFunction · 0.50

Tested by

no test coverage detected