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.
node:url
1 parent e7bd5d4 commit 93f7819Copy full SHA for 93f7819
src/server/sse.ts
@@ -5,7 +5,7 @@ import { JSONRPCMessage, JSONRPCMessageSchema, MessageExtraInfo, RequestInfo } f
5
import getRawBody from "raw-body";
6
import contentType from "content-type";
7
import { AuthInfo } from "./auth/types.js";
8
-import { URL } from 'url';
+import { URL } from 'node:url';
9
10
const MAXIMUM_MESSAGE_SIZE = "4mb";
11
0 commit comments