Skip to content

Commit

Permalink
Be clearer on which user agents the API applies to
Browse files Browse the repository at this point in the history
Fixes #87.
  • Loading branch information
annevk committed May 15, 2018
1 parent 03634d5 commit e729953
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions encoding.bs
Original file line number Diff line number Diff line change
Expand Up @@ -966,10 +966,9 @@ return the result of <a lt=encode for=/>encoding</a>

<h2 id=api>API</h2>

<p>This section uses terminology from Web IDL. Non-browser user agents are not required to support
this API.

[[!WEBIDL]]
<p>This section uses terminology from Web IDL. Browser user agents must support this API. JavaScript
implementations should support this API. Other user agents or programming languages are encouraged
to use an API suitable to their needs, which might not be this one. [[!WEBIDL]]

<div class=example id=example-textencoder>
<p>The following example uses the {{TextEncoder}} object to encode
Expand Down

0 comments on commit e729953

Please sign in to comment.