Skip to content

Commit

Permalink
Polyfill Promise.withResolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 16, 2024
1 parent 91303de commit 348e7ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
// eslint-disable-next-line max-len
/** @typedef {import("../src/display/api.js").PDFDocumentLoadingTask} PDFDocumentLoadingTask */

import "core-js/proposals/promise-with-resolvers";
import {
animationStarted,
apiPageLayoutToViewerModes,
Expand Down

0 comments on commit 348e7ce

Please sign in to comment.