mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue