| Index: native_client_sdk/src/examples/geturl/index.html
|
| diff --git a/native_client_sdk/src/examples/geturl/index.html b/native_client_sdk/src/examples/geturl/index.html
|
| index ceb42ade1385a97037c4ca1326a4df0d8fd9f2ff..cdaa241be0e33818a3ec5492d18dddd77ff37454 100644
|
| --- a/native_client_sdk/src/examples/geturl/index.html
|
| +++ b/native_client_sdk/src/examples/geturl/index.html
|
| @@ -15,6 +15,10 @@ found in the LICENSE file.
|
| <body {{attrs}}>
|
| <h1>{{title}}</h1>
|
| <h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
| + <p>The Get URL example demonstrates fetching an URL and then displaying its
|
| + contents. Clicking the GetURL button will cause a geturl_success.html
|
| + file to get loaded asynchronously, then displayed in a text box when the
|
| + load completes.</p>
|
| <table border=5 cellpadding=5% summary="A title and a result log">
|
| <tr>
|
| <td valign=top><pre id='generalOutput' class='notrun'></pre></td>
|
|
|