Closed carolinepaulic closed 3 years ago
This covers the async/await subtask of https://github.com/allenai/scholar/issues/29578
async
await
Changes in this PR:
getFirstPage
onPdfLoadSuccess
Moving changes into a new branch and PR: https://github.com/allenai/pdf-component-library/pull/44
Description
This covers the
async
/await
subtask of https://github.com/allenai/scholar/issues/29578Changes in this PR:
getFirstPage
to anasync
functiononPdfLoadSuccess
anonymous callback function toasync
onPdfLoadSuccess
anonymous callback function toawait
the results ofgetFirstPage
Testing Plan