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:
commit
096426f073
3 changed files with 5 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue