Skip to content

Commit

Permalink
Add more <hr>s
Browse files Browse the repository at this point in the history
  • Loading branch information
ricea committed Feb 6, 2024
1 parent 30f5f8b commit 7d85772
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,8 @@ To <dfn>get a URL record</dfn> given a |url| and |baseURL|,
1. Return |urlRecord|.
</div>

<hr>

<div algorithm>

To <dfn>validate close code and reason</dfn> given a |code| and |reason|,
Expand All @@ -1221,6 +1223,8 @@ To <dfn>validate close code and reason</dfn> given a |code| and |reason|,
1. If |reasonBytes| is longer than 123 bytes, then throw a "{{SyntaxError}}" {{DOMException}}.
</div>

<hr>

<div algorithm>

To <dfn>close the WebSocket</dfn> for a {WebSocket} or {WebSocketStream} [=this=], given optional
Expand Down

0 comments on commit 7d85772

Please sign in to comment.