We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a388562 commit 9158bc0Copy full SHA for 9158bc0
src/content/docs/workers/runtime-apis/nodejs/net.mdx
@@ -36,8 +36,7 @@ export default {
36
socket.end();
37
38
return new Response("Wrote to server", { status: 200 });
39
-
40
-},
+ },
41
} satisfies ExportedHandler;
42
43
```
@@ -49,4 +48,3 @@ and [`net.SocketAddress`](https://nodejs.org/api/net.html#class-netsocketaddress
49
48
Note that the [`net.Server`](https://nodejs.org/api/net.html#class-netserver) class is not supported by Workers.
50
51
The full `node:net` API is documented in the [Node.js documentation for `node:net`](https://nodejs.org/api/net.html).
52
-```
0 commit comments