1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Merge pull request #17360 from Snuffleupagus/issue-17347

Remove the "transitionend" event listener from the default viewer (issue 17347)
This commit is contained in:
Jonas Jenwald 2023-12-01 10:22:42 +01:00 committed by GitHub
commit 096426f073
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 13 deletions

View file

@ -2209,10 +2209,10 @@ describe("annotation", function () {
});
it("should compress and save text", async function () {
if (isNodeJS && getNodeVersion().major === 21) {
if (isNodeJS && getNodeVersion().major >= 20) {
pending(
"CompressionStream behaves differently in Node.js 21, " +
"compared to Firefox, Chrome, and Node.js 18/20."
"CompressionStream behaves differently in Node.js >= 20, " +
"compared to Firefox, Chrome, and Node.js 18."
);
}
const textWidgetRef = Ref.get(123, 0);