mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
[api-minor] Remove the type
from RenderingCancelledException
(PR 16226 follow-up)
After PR 16226 we're only using `RenderingCancelledException` together with canvas-rendering, hence the `type`-property is no longer necessary.
This commit is contained in:
parent
9af50dc358
commit
225734dd00
3 changed files with 1 additions and 4 deletions
|
@ -3075,7 +3075,6 @@ Caron Broadcasting, Inc., an Ohio corporation (“Lessee”).`)
|
|||
} catch (reason) {
|
||||
expect(reason instanceof RenderingCancelledException).toEqual(true);
|
||||
expect(reason.message).toEqual("Rendering cancelled, page 1");
|
||||
expect(reason.type).toEqual("canvas");
|
||||
expect(reason.extraDelay).toEqual(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue