Updated Required Browser Features (markdown)

yurydelendik 2013-01-17 12:22:28 -08:00
parent 418600b340
commit 1b0b6d39f9

@ -162,3 +162,8 @@ if the browser does not support web workers.
The PDF.js will execute all code on the main thread, The PDF.js will execute all code on the main thread,
if the browser cannot send (large) typed arrays to web workers. if the browser cannot send (large) typed arrays to web workers.
## <a id="Worker-xhr-response"</a>XMLHttpRequest supports the response property in web workers
The PDF.js will execute all code on the main thread,
if the browser cannot request network binary data from web workers.