From 1b0b6d39f96252f812a47c6e892f3a7a724e80c4 Mon Sep 17 00:00:00 2001 From: yurydelendik Date: Thu, 17 Jan 2013 12:22:28 -0800 Subject: [PATCH] Updated Required Browser Features (markdown) --- Required-Browser-Features.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Required-Browser-Features.md b/Required-Browser-Features.md index 6c34ffa..ccd2d87 100644 --- a/Required-Browser-Features.md +++ b/Required-Browser-Features.md @@ -162,3 +162,8 @@ if the browser does not support web workers. The PDF.js will execute all code on the main thread, if the browser cannot send (large) typed arrays to web workers. + +## 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.