We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a7db0e commit 2c48d30Copy full SHA for 2c48d30
1 file changed
src/modules/functions.ts
@@ -88,7 +88,7 @@ export function createFunctionsModule(
88
);
89
},
90
91
- // Fetch a backend function endpoint directly (supports streaming).
+ // Fetch a backend function endpoint directly.
92
async fetch(path: string, init: FunctionsFetchInit = {}) {
93
const normalizedPath = path.startsWith("/") ? path : `/${path}`;
94
const primaryPath = `/api/functions${normalizedPath}`;
0 commit comments