Skip to content

Commit

Permalink
Merge pull request #573 from vasilvv/rate-absent
Browse files Browse the repository at this point in the history
Make estimatedSendRate be `null` instead of `undefined`
  • Loading branch information
jan-ivar authored Nov 21, 2023
2 parents 6ab06d2 + 0794b98 commit af7ea01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1420,8 +1420,8 @@ The dictionary SHALL have the following attributes:
This rate applies to all streams and datagrams that share a [=WebTransport session=]
and is calculated by the congestion control algorithm (potentially chosen by
{{WebTransport/congestionControl}}). If the user agent does not
currently have an estimate, the member MUST be [=map/exist|absent=].
The member can be absent even if present in previous results.
currently have an estimate, the member MUST be the `null` value.
The member can be `null` even if it was not `null` in previous results.


## `WebTransportDatagramStats` Dictionary ## {#web-transport-datagram-stats}
Expand Down

0 comments on commit af7ea01

Please sign in to comment.