-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad typing for argument rotation of PDFPageView.update
#16359
Labels
Comments
Basically, #16307 (comment) applies here as well. |
SebCorbin
added a commit
to SebCorbin/pdf.js
that referenced
this issue
Apr 27, 2023
@Snuffleupagus great, I contributed some JSdoc changes for the linked issues. As a side note, I successfully wrote a viewer (with annotation editing) in Vue using only types and source code as documentation, I must be say thanks to all maintainers! |
SebCorbin
added a commit
to SebCorbin/pdf.js
that referenced
this issue
Apr 27, 2023
SebCorbin
added a commit
to SebCorbin/pdf.js
that referenced
this issue
Apr 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PDF.js version: 3.5.141
The type of
rotation
property in argument ofPDFPageView.update
is marked asnull | undefined
but it should benumber | undefined
The text was updated successfully, but these errors were encountered: