Send a crash report when a hung process is detected.
[chromium-blink-merge.git] / native_client_sdk / src / examples / api / url_loader / index.html
blobeaffdab3e5cab35dc6487a0c3839034a38860958
1 <!DOCTYPE html>
2 <html>
3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8 <head>
9 <meta http-equiv="Pragma" content="no-cache">
10 <meta http-equiv="Expires" content="-1">
11 <title>{{title}}</title>
12 <script type="text/javascript" src="common.js"></script>
13 <script type="text/javascript" src="example.js"></script>
14 </head>
15 <body {{attrs}}>
16 <h1>{{title}}</h1>
17 <h2>Status: <code id="statusField">NO-STATUS</code></h2>
18 <p>The URL Loader example demonstrates fetching an URL and then displaying its
19 contents. Clicking the Get URL button will cause a url_loader_success.html
20 file to get loaded asynchronously, then displayed in a text box when the
21 load completes.</p>
22 <table border=5 cellpadding=5% summary="A title and a result log">
23 <tr>
24 <td valign=top><pre id='output'></pre></td>
25 </tr>
26 </table>
27 <input id="button" type="button" value="Get URL">
28 <!-- The NaCl plugin will be embedded inside the element with id "listener".
29 See common.js.-->
30 <div id="listener"></div>
31 </body>
32 </html>