We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc6828 commit 0f86a53Copy full SHA for 0f86a53
packages/node/test/dev-fixtures/edge-echo.js
@@ -1,9 +1,5 @@
1
-/* global Response */
2
export const config = { runtime: 'edge' };
3
-/**
4
- * @param {Request} req
5
- * @returns {Response}
6
- */
+
7
export default async req => {
8
return new Response(await req.text());
9
};
0 commit comments