mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +02:00
[api-minor] Add a pdfjsNext
parameter, and PDFJS_NEXT
build flag, to allow backwards incompatible API changes
This commit is contained in:
parent
2b17188998
commit
6d672c4ba6
7 changed files with 20 additions and 5 deletions
|
@ -2065,7 +2065,7 @@ var RenderTask = (function RenderTaskClosure() {
|
|||
/**
|
||||
* Cancels the rendering task. If the task is currently rendering it will
|
||||
* not be cancelled until graphics pauses with a timeout. The promise that
|
||||
* this object extends will resolved when cancelled.
|
||||
* this object extends will be rejected when cancelled.
|
||||
*/
|
||||
cancel: function RenderTask_cancel() {
|
||||
this._internalRenderTask.cancel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue