Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hopding/pdf-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: usecanopy/pdf-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cc-main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 11 files changed
  • 1 contributor

Commits on Sep 17, 2022

  1. Add optional onWarning handler

    Currently `pdf-lib` uses `console.warn()` to alert about various issues.
    
    Here we add an optional `onWarning` parameter that can be passed to the
    document or parser to provide an alternative mechanism for handling
    these alerts.
    davecardwell committed Sep 17, 2022
    Copy the full SHA
    bfc816c View commit details
Loading