Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

doc: fix lint issues in quic.md #147

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions doc/api/quic.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ added: REPLACEME
Emitted immediately before the `'close'` event if the `QuicSession` was
destroyed with an error.


### Event: `'keylog'`
<!-- YAML
added: REPLACEME
Expand Down Expand Up @@ -178,7 +177,6 @@ added: REPLACEME

Emitted when a new `QuicStream` has been initiated by the connected peer.


### quicsession.alpnProtocol
<!-- YAML
added: REPLACEME
Expand Down Expand Up @@ -393,7 +391,6 @@ three arguments:
The `sessionTicket` and `remoteTransportParams` are useful when creating a new
`QuicClientSession` to more quickly resume an existing session.


### quicclientsession.ephemeralKeyInfo
<!-- YAML
added: REPLACEME
Expand Down Expand Up @@ -536,7 +533,6 @@ choose one interface and will add membership to it. To add membership to every
available interface, call `quicsocket.addMembership()` multiple times, once per
interface.


### quicsocket.address
<!-- YAML
added: REPLACEME
Expand Down Expand Up @@ -1017,7 +1013,6 @@ The default on most systems is `64` but can vary.
added: REPLACEME
-->


## Class: QuicStream extends stream.Duplex
<!-- YAML
added: REPLACEME
Expand Down Expand Up @@ -1120,7 +1115,5 @@ added: REPLACEME

Set to `true` if the `QuicStream` is unidirectional.



[RFC 4007]: https://tools.ietf.org/html/rfc4007
[Certificate Object]: https://nodejs.org/dist/latest-v12.x/docs/api/tls.html#tls_certificate_object