diff --git a/doc/api/quic.md b/doc/api/quic.md index cb3180e0cdf66a..671a4c681be3c1 100644 --- a/doc/api/quic.md +++ b/doc/api/quic.md @@ -1269,16 +1269,6 @@ empty object when the key exchange is not ephemeral. The supported types are For example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`. -#### quicclientsession.ready - - -* Type: {boolean} - -Set to `true` if the `QuicClientSession` is ready for use. False if the -`QuicSocket` has not yet been bound. - #### quicclientsession.setSocket(socket])