mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
Add tileRetryMax documentation.
This commit is contained in:
parent
c3dec09d9c
commit
77bc130636
@ -495,6 +495,9 @@
|
|||||||
* @property {Number} [timeout=30000]
|
* @property {Number} [timeout=30000]
|
||||||
* The max number of milliseconds that an image job may take to complete.
|
* The max number of milliseconds that an image job may take to complete.
|
||||||
*
|
*
|
||||||
|
* @property {Number} [tileRetryMax=0]
|
||||||
|
* The max number of retries when a tile download fails. By default it's 0, so retries are disabled.
|
||||||
|
*
|
||||||
* @property {Boolean} [useCanvas=true]
|
* @property {Boolean} [useCanvas=true]
|
||||||
* Set to false to not use an HTML canvas element for image rendering even if canvas is supported.
|
* Set to false to not use an HTML canvas element for image rendering even if canvas is supported.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user