mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +02:00
Merge pull request #16550 from Snuffleupagus/rm-RenderingCancelledException-type
[api-minor] Remove the `type` from `RenderingCancelledException` (PR 16226 follow-up)
This commit is contained in:
commit
0650be4641
3 changed files with 1 additions and 4 deletions
|
@ -583,9 +583,8 @@ class PageViewport {
|
|||
}
|
||||
|
||||
class RenderingCancelledException extends BaseException {
|
||||
constructor(msg, type, extraDelay = 0) {
|
||||
constructor(msg, extraDelay = 0) {
|
||||
super(msg, "RenderingCancelledException");
|
||||
this.type = type;
|
||||
this.extraDelay = extraDelay;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue