downloadSizeCallback property
function Called inside store() to determine if the content can be downloaded due to its estimated size. The estimated size of the download is passed and it must return if the download is allowed or not.
Implementation
external JSFunction downloadSizeCallback;