MCPcopy
hub / github.com/SteamDeckHomebrew/decky-loader / DeckyRequestInit

Interface DeckyRequestInit

frontend/src/plugin-loader.tsx:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58type listenerMap = Map<string, Set<(...args: any) => any>>;
59
60interface DeckyRequestInit extends RequestInit {
61 excludedHeaders: string[];
62}
63
64const callPluginMethod = DeckyBackend.callable<[pluginName: string, method: string, ...args: any], any>(
65 'loader/call_plugin_method',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected