We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a9770 commit 033342fCopy full SHA for 033342f
1 file changed
src/server.ts
@@ -66,6 +66,7 @@ export class ProxyServer<
66
* A function that wraps the object in a webserver, for your convenience
67
* @param port - Port to listen on
68
* @param hostname - The hostname to listen on
69
+ * @param listeningListener - A callback function that is called when the server starts listening
70
*/
71
listen(port: number, hostname?: string, listeningListener?: () => void) {
72
const closure = (
0 commit comments