Closed Pradhyo closed 6 years ago
Hi @Pradhyo,
I added a new disableCheckFile
option (see configuration options set to false
by default.
Associated commit 2de2e9c6951971a004dcde90904a4d504afdbaef
Note that I also switched from xmlHttpRequest
to the new fetch
api for the doesFileExist
function, in case the problem was coming from this.
Thank you so much
I was having issues loading external html file due to the doesFileExist() when I tried to open the main html file directly
I was able to workaround this by always returning
resolve(true)
but what do you think about a config option to disable this function?