Skip to content
Merged
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
9 changes: 5 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -8538,7 +8538,7 @@ JavaScript Object values.
constrained among the three string types.
The following conversions have the described results:
<table class="data">
<thead><th>Value</th><th>Passed to type</th><th>Result</th></thead>
<thead><tr><th>Value</th><th>Passed to type</th><th>Result</th></thead>
<tr>
<td><code>{"😞": 1}</code></td>
<td><code>[=record=]&lt;ByteString, double></code></td>
Expand Down Expand Up @@ -12579,9 +12579,10 @@ the table, and the operation must have the return type given in the third column

<table id="table-default-method-steps" class="data">
<thead>
<th>[=Identifier=]
<th>[=Default method steps=]
<th>[=Return type=]</th>
<tr>
<th>[=Identifier=]
<th>[=Default method steps=]
<th>[=Return type=]</th>
<tbody>
<tr>
<td>"<code>toJSON</code>"
Expand Down