From a3b8c4425d67c304a1c5e19e50023dc32c82a07c Mon Sep 17 00:00:00 2001 From: vyv03354 Date: Fri, 15 Feb 2013 18:43:32 -0800 Subject: [PATCH] Updated Required Browser Features (markdown) --- Required-Browser-Features.md | 52 +++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/Required-Browser-Features.md b/Required-Browser-Features.md index ba135a7..bf141a8 100644 --- a/Required-Browser-Features.md +++ b/Required-Browser-Features.md @@ -657,6 +657,31 @@ if the browser cannot tell if fonts are loaded and can be used. +## TextDecoder is supported + +Some East Asian PDFs will be completely garbled, if the browser does not support TextDecoder. + + + + + + + + + + + + + + + + + + + + +
ChromeFirefox (Gecko)Internet ExplorerOperaSafari
No (v.24)Yes (v.18)No (v.10)??
+ ## Worker is supported/enabled The PDF.js will execute all code (even long running) on the main thread, @@ -733,4 +758,29 @@ if the browser cannot request network binary data from web workers. ? - \ No newline at end of file + + +## TextDecoder is supported in web workers + +Texts will not be copied properly on some East Asian PDFs, if the browser does not support TextDecoder in web workers. + + + + + + + + + + + + + + + + + + + + +
ChromeFirefox (Gecko)Internet ExplorerOperaSafari
Emulated (v.24)Yes (v.20)Emulated (v.10)NoNo