Skip to content

Commit

Permalink
Merge pull request #1131 from foolip/patch-1
Browse files Browse the repository at this point in the history
Drop [TreatNullAs=EmptyString] for USVString
  • Loading branch information
aboba committed Apr 20, 2017
2 parents 960c32c + f304264 commit 0628838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.html
Expand Up @@ -7997,7 +7997,7 @@ <h3>RTCPeerConnection Interface Extensions</h3>
<div>
<pre class="idl">partial interface RTCPeerConnection {
readonly attribute RTCSctpTransport? sctp;
RTCDataChannel createDataChannel ([TreatNullAs=EmptyString] USVString label, optional RTCDataChannelInit dataChannelDict);
RTCDataChannel createDataChannel (USVString label, optional RTCDataChannelInit dataChannelDict);
attribute EventHandler ondatachannel;
};</pre>
<section>
Expand Down

0 comments on commit 0628838

Please sign in to comment.