MCPcopy
hub / github.com/triggerdotdev/trigger.dev / text

Method text

packages/core/src/v3/apiClient/core.ts:460–460  ·  view source on GitHub ↗

[MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/text)

()

Source from the content-addressed store, hash-verified

458 readonly type: string;
459 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/text) */
460 text(): Promise<string>;
461 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Blob/slice) */
462 slice(start?: number, end?: number): BlobLike;
463 // unfortunately @types/node-fetch@^2.6.4 doesn't type the arrayBuffer method

Callers 15

importPacketFunction · 0.65
_doZodFetchFunction · 0.65
registerEndpointMethod · 0.65
createRequestMessageFunction · 0.65
createResponseMessageFunction · 0.65
verifyRequestSignatureFunction · 0.65
safeResponseTextFunction · 0.65
safeJsonFromResponseFunction · 0.65
safeBodyFromResponseFunction · 0.65
loaderFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected