diff --git a/doc/api/quic.md b/doc/api/quic.md index b21d432642580b..d16b0a853e19fa 100644 --- a/doc/api/quic.md +++ b/doc/api/quic.md @@ -1458,7 +1458,10 @@ added: REPLACEME **Default**: `'udp4'`. * Returns: {QuicEndpoint} -Creates and adds a new `QuicEndpoint` to the `QuicSocket` instance. +Creates and adds a new `QuicEndpoint` to the `QuicSocket` instance. An +error will be thrown if `quicsock.addEndpoint()` is called either after +the `QuicSocket` has already started binding to the local ports or after +the `QuicSocket` has been destroyed. #### quicsocket.bound