| Index: native_client_sdk/src/examples/load_progress/index.html
|
| diff --git a/native_client_sdk/src/examples/load_progress/index.html b/native_client_sdk/src/examples/load_progress/index.html
|
| index 8b2c0b6c9e2b6449a53b8cef3433e4ffe8c19589..108fc05b83ddc9c931c83309db0e03d8f5884a00 100644
|
| --- a/native_client_sdk/src/examples/load_progress/index.html
|
| +++ b/native_client_sdk/src/examples/load_progress/index.html
|
| @@ -15,8 +15,13 @@ found in the LICENSE file.
|
| <body data-width="256" data-height="256" data-custom-load="true" {{attrs}}>
|
| <h1>{{title}}</h1>
|
| <h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
| - <h2>Event Log</h2>
|
| + <p>The Load Progress example demonstrates how to listen for and handle events
|
| + that occur while a NaCl module loads. This example listens for different
|
| + load event types and dispatches different events to their respective
|
| + handler. This example also checks for valid browser version and shows
|
| + how to calculate and display loading progress.</p>
|
| + <h2>Events:</h2>
|
| + <pre id="log" style="font-weight: bold"></pre>
|
| <div id="listener"></div>
|
| - <div id="log"></div>
|
| </body>
|
| </html>
|
|
|