mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-06-23 00:15:51 +02:00
Fix saveDocument JSDoc return type
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
59908ccad3
commit
9dd30474c2
@ -967,8 +967,9 @@ class PDFDocumentProxy {
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {Promise<Uint8Array>} A promise that is resolved with a
|
||||
* {Uint8Array} containing the full data of the saved document.
|
||||
* @returns {Promise<Uint8Array<ArrayBuffer>>} A promise that is
|
||||
* resolved with a {Uint8Array<ArrayBuffer>} containing the
|
||||
* full data of the saved document.
|
||||
*/
|
||||
saveDocument() {
|
||||
return this._transport.saveDocument();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user