psychJS.downloadResources is not blocking

It may be as simple as

if(testFile.exists()){
  continueRoutine=false;
}

where testFile is the final file to be downloaded (or the one needed most urgently)

1 Like