From b65a41564916123e5272786dd4306b16fad9fcb0 Mon Sep 17 00:00:00 2001 From: yurydelendik Date: Thu, 17 Jan 2013 12:22:55 -0800 Subject: [PATCH] Updated Required Browser Features (markdown) --- Required-Browser-Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Required-Browser-Features.md b/Required-Browser-Features.md index ccd2d87..6d949dd 100644 --- a/Required-Browser-Features.md +++ b/Required-Browser-Features.md @@ -163,7 +163,7 @@ 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 +## 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.