From 99b4fe27d025ebba84c760fb6b72b20c50fc5f45 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sat, 19 Jun 2021 12:13:46 +0200 Subject: [PATCH] Updated Frequently Asked Questions (markdown) --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index b25c949..c4ddfc5 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -85,7 +85,7 @@ The Firefox extension is not supported and marked as disabled for Firefox versio ## Reasons for the Error: `The API version "a.b.c" does not match the Worker version "x.y.z"`? -When using the PDF.js library, it's necessary to use the *exact* same versions of the `pdf.js` and `pdf.worker.js` files since otherwise things are not guaranteed to work correctly. In order to prevent bugs, the library will thus throw the aforementioned error if there's a version mismatch. +When using the PDF.js library, it's necessary to use the *exact* same version of the `pdf.js` and `pdf.worker.js` files since otherwise things are not guaranteed to work correctly. In order to prevent bugs, the library will thus throw the aforementioned Error if there's a version mismatch. Possible reasons for this Error include (but may not be limited to): - Updating to a new version of the PDF.js library, and the old `pdf.worker.js` file being cached in the browser. Usually clearing the browser cache, and then refreshing the page, should help in this case.