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 36c9f74 commit 27d7b6aCopy full SHA for 27d7b6a
src/server/sse.ts
@@ -5,7 +5,7 @@ import { JSONRPCMessage, JSONRPCMessageSchema } from "../types.js";
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