Skip to content

Commit

Permalink
Add relevant amendment description
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Nov 15, 2023
1 parent 66a578f commit f374868
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,5 +529,17 @@
"status": "candidate",
"id": 38
}
],
"dom-datachannel-binarytype-desc": [
{
"description": "Fix binaryType setter requriements",
"pr": 2909,
"type": "correction",
"status": "candidate",
"tests": [
"webrtc/RTCDataChannel-binaryType.window.js"
],
"id": 39
}
]
}
2 changes: 1 addition & 1 deletion base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -14120,7 +14120,7 @@ <h4 id="attributes-17">
<dfn id="dom-datachannel-binarytype" data-export="" data-dfn-type="attribute" data-idl="attribute" data-title="binaryType" data-dfn-for="RTCDataChannel" data-type="BinaryType" data-lt="binaryType" data-local-lt="RTCDataChannel.binaryType"><code>binaryType</code></dfn> of type
<span class="idlAttrType">BinaryType</span>
</dt>
<dd>
<dd id="dom-datachannel-binarytype-desc">
<p class="needs-tests">
The <a data-link-type="idl" href="#dom-datachannel-binarytype" class="internalDFN" id="ref-for-dom-datachannel-binarytype-5"><code><code>binaryType</code></code></a> attribute <em class="rfc2119">MUST</em>, on getting, return the
value to which it was last set. On setting, if the new value
Expand Down

0 comments on commit f374868

Please sign in to comment.