You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure global settings through pdfViewerConfigProvider
Reimplemented the option to set the worker src
Added option to disable using the browser's Worker API
Improve reliability for on-page-load
If page unexpectedly gets unloaded, unset it from the `loaded` list
If `onPageLoad()` returns `false`, don't mark the page as loaded.
In that cases `onPageLoad()` is called again on the next (200ms) interval.