MCPcopy
hub / github.com/MALSync/MALSync / xhrI

Interface xhrI

src/api/messageInterface.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface xhrI {
2 name: 'xhr';
3 method: 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
4 url: string | { url: string; data?: any; headers?: any };
5}
6export interface xhrResponseI {
7 finalUrl: string;
8 responseText: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected