From 8a22b096e76583dc07563fbc10802e4f95852a81 Mon Sep 17 00:00:00 2001 From: yurydelendik Date: Sun, 2 Dec 2012 17:15:31 -0800 Subject: [PATCH] Updated Required Browser Features (markdown) --- Required-Browser-Features.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Required-Browser-Features.md b/Required-Browser-Features.md index f1a79f5..36b2e33 100644 --- a/Required-Browser-Features.md +++ b/Required-Browser-Features.md @@ -2,6 +2,8 @@ The page describes the features that are required for a web browser to have to PDF.js function properly. Some of the features are critical and does not let PDF.js function properly if they are not supported or disabled. Some of them can be emulated if absent, however the PDF.js performance and memory usage will be worse than when the feature if present. +The features tests can be run at http://107.22.172.223:8877/de552aeeb332884/features/ + ## CANVAS element is present Support of the CANVAS element and "2d" context is required feature for PDF.js.