mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Also add documentation for tileRetryDelay
This commit is contained in:
parent
f0f12c459e
commit
b4700d28bd
@ -498,6 +498,9 @@
|
|||||||
* @property {Number} [tileRetryMax=0]
|
* @property {Number} [tileRetryMax=0]
|
||||||
* The max number of retries when a tile download fails. By default it's 0, so retries are disabled.
|
* The max number of retries when a tile download fails. By default it's 0, so retries are disabled.
|
||||||
*
|
*
|
||||||
|
* @property {Number} [tileRetryDelay=2500]
|
||||||
|
* Milliseconds to wait after each tile retry if tileRetryMax is set.
|
||||||
|
*
|
||||||
* @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