Merge pull request #14595 from Snuffleupagus/structuredClone-comment-support
Update the support information for `structuredClone` (PR 14392 follow-up)
This commit is contained in:
commit
1b51e10c9c
@ -78,7 +78,7 @@ if (
|
|||||||
).ReadableStream;
|
).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() {
|
(function checkStructuredClone() {
|
||||||
if (typeof PDFJSDev !== "undefined" && PDFJSDev.test("IMAGE_DECODERS")) {
|
if (typeof PDFJSDev !== "undefined" && PDFJSDev.test("IMAGE_DECODERS")) {
|
||||||
// The current image decoders are synchronous, hence `structuredClone`
|
// The current image decoders are synchronous, hence `structuredClone`
|
||||||
|
Loading…
Reference in New Issue
Block a user