Index: native_client_sdk/src/examples/demo/nacl_io/index.html |
diff --git a/native_client_sdk/src/examples/demo/nacl_io/index.html b/native_client_sdk/src/examples/demo/nacl_io/index.html |
index a0893557a068e0be166ec4f546883f17a55c28d9..845c97448aa8d457b93caf473b5ff3d85788da12 100644 |
--- a/native_client_sdk/src/examples/demo/nacl_io/index.html |
+++ b/native_client_sdk/src/examples/demo/nacl_io/index.html |
@@ -241,7 +241,17 @@ found in the LICENSE file. |
<button>close</button> |
</span> |
</div> |
- |
+ <hr> |
+ <p><b>JavaScript Pipe Operations:</b></p> |
+ <p>Type input while the focus is on this box the send input to the pipe |
+ device: |
+ <select id="pipe_name"> |
+ <option>jspipe1</option> |
+ <option>jspipe2</option> |
+ <option>jspipe3</option> |
+ </select> |
+ <input type="text" id="pipe_input_box"></p> |
+ <p>Any output from the pipe will be printed below: <textarea id="pipe_output"></textarea></p> |
<hr> |
<p><b>Log:</b></p> |
<pre id="log" style="font-weight: bold"></pre> |