mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #17038 from ayushmourya/master
Make downloadManager optional in JSDoc types
This commit is contained in:
commit
b6d75e736a
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ import { PresentationModeState } from "./ui_utils.js";
|
|||
* for annotation icons. Include trailing slash.
|
||||
* @property {boolean} renderForms
|
||||
* @property {IPDFLinkService} linkService
|
||||
* @property {IDownloadManager} downloadManager
|
||||
* @property {IDownloadManager} [downloadManager]
|
||||
* @property {IL10n} l10n - Localization service.
|
||||
* @property {boolean} [enableScripting]
|
||||
* @property {Promise<boolean>} [hasJSActionsPromise]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue