Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Hao <johnathan79717@gmail.com>
  • Loading branch information
iVanlIsh and johnathan79717 authored Nov 10, 2023
1 parent 5c65f08 commit da3866e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ <h3 id="ip-address-space-heading">IP Address Space</h3>

Define {{IPAddressSpace}} as follows:
<pre class="idl">
enum IPAddressSpace { "public","private", "local" };
enum IPAddressSpace { "public", "private", "local" };
</pre>

Every IP address belongs to an
Expand Down Expand Up @@ -993,8 +993,7 @@ <h4 id="fetch-api">Fetch API</h4>
switch on |init|["{{RequestInit/targetAddressSpace}}"]:
<dl class=switch>
<dt>public
<dd>Ignore it and keep |request|'s [=target IP address space=] as
null.
<dd>Do nothing.

<dt>private
<dd>Set |request|'s [=target IP address space=] to [=IP address
Expand Down

0 comments on commit da3866e

Please sign in to comment.