Skip to content

Commit

Permalink
Merge pull request #14595 from Snuffleupagus/structuredClone-comment-…
Browse files Browse the repository at this point in the history
…support

Update the support information for `structuredClone` (PR 14392 follow-up)
  • Loading branch information
timvandermeij authored Feb 23, 2022
2 parents b2f6844 + 48985bd commit 1b51e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/compatibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if (
).ReadableStream;
})();

// Support: Firefox<94, Chrome<98, Safari, Node.js<17.0.0
// Support: Firefox<94, Chrome<98, Safari<15.4, Node.js<17.0.0
(function checkStructuredClone() {
if (typeof PDFJSDev !== "undefined" && PDFJSDev.test("IMAGE_DECODERS")) {
// The current image decoders are synchronous, hence `structuredClone`
Expand Down

0 comments on commit 1b51e10

Please # to comment.