We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a1d26 commit f964744Copy full SHA for f964744
2 files changed
workers-api/src/handlers.ts
@@ -209,6 +209,7 @@ export const searchHandler = async (
209
});
210
};
211
212
+// Fetches a logo from the external LOGO API source
213
export const fetchLogoHandler = async (
214
{ params, query }: FetchImageParams,
215
env: Bindings,
@@ -265,6 +266,7 @@ export const fetchLogoHandler = async (
265
266
headers: headers,
267
268
269
+
270
/** Helper function to convert a ReadableStream to string */
271
async function streamToString(stream: ReadableStream<Uint8Array>) {
272
const reader = stream.getReader();
0 commit comments