1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Refactor to execute IR on main thead by posting messages to itself

This commit is contained in:
Julian Viereck 2011-09-07 10:16:02 -07:00
parent a3baea5fcb
commit ac4a57e858
6 changed files with 157 additions and 112 deletions

View file

@ -13,6 +13,7 @@
<script type="text/javascript" src="../metrics.js"></script>
<script type="text/javascript" src="../worker.js"></script>
<script type="text/javascript" src="../worker/message_handler.js"></script>
<script type="text/javascript" src="../worker/handler.js"></script>
</head>
<body>