Configuration local_files_first
-> if local_files_first tells client functions to check if a given file already exists locally before sending server requests,
if_cached(url) -> checks if the file url is cached,
Added features
dynamic.process.get_file(url) now takes a list of URLs and offline_mode, local_files_first arguments.
Added methods for
local_files_first
->if local_files_first
tells client functions to check if a given file already exists locally before sending server requests,if_cached(url)
-> checks if the file url is cached,Added features
dynamic.process.get_file(url)
now takes a list of URLs and offline_mode, local_files_first arguments.