Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTCDataChannel: Specify that a string argument to send must be encoded #1790

Merged
merged 2 commits into from
Mar 15, 2018

Conversation

adam-be
Copy link
Member

@adam-be adam-be commented Mar 8, 2018

webrtc.html Outdated
@@ -9073,10 +9073,10 @@ <h2>Dictionary <dfn>RTCDataChannelInit</dfn> Members</h2>
<ul>
<li>
<p><code>string</code> object:</p>
<p>Let <var>data</var> be the object and increase the
<p>Let <var>data</var> be a byte buffer that represents the
result of encoding the methods argument as UTF-8 and increase the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: The method's argument

@adam-be adam-be merged commit fccfb55 into master Mar 15, 2018
@annevk
Copy link
Member

annevk commented Mar 15, 2018

This doesn't say how to encode to UTF-8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants