Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: native_client_sdk/src/examples/demo/nacl_io/index.html

Issue 242533005: [NaCl SDK] nacl_io: Add flow control the JavaScript pipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « native_client_sdk/src/examples/demo/nacl_io/example.js ('k') | native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698