|
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
<html> |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<head> |
|
|
|
<title>pdf.js test slave</title> |
|
|
|
<title>pdf.js test slave</title> |
|
|
@ -12,10 +13,15 @@ |
|
|
|
<script type="text/javascript" src="driver.js"></script> |
|
|
|
<script type="text/javascript" src="driver.js"></script> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
|
|
<body onload="load();"> |
|
|
|
<body> |
|
|
|
<pre style="width:800; height:800; overflow: scroll;"id="stdout"></pre> |
|
|
|
<pre style="width:800px; height:800px; overflow:scroll;" id="stdout"></pre> |
|
|
|
<p>Inflight requests: <span id="inFlightCount"></span></p> |
|
|
|
<p>Inflight requests: <span id="inFlightCount"></span></p> |
|
|
|
<div id="content-end"><!-- cleanup() guard --></div> |
|
|
|
<div id="content-end"></div> |
|
|
|
</body> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
|
|
|
'use strict'; |
|
|
|
|
|
|
|
load(); |
|
|
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
</body> |
|
|
|
</html> |
|
|
|
</html> |
|
|
|
|
|
|
|
|
|
|
|