Skip to content

Commit 1b51e10

Browse files
Merge pull request #14595 from Snuffleupagus/structuredClone-comment-support
Update the support information for `structuredClone` (PR 14392 follow-up)
2 parents b2f6844 + 48985bd commit 1b51e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/compatibility.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if (
7878
).ReadableStream;
7979
})();
8080

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

0 commit comments

Comments
 (0)