node.js fs Readstream event handler never called in Node 12.3.1

78 views Asked by At

In custom build CEF-74 with nodeJS 12.3.1 -> we're loading a webApp from which we're downloading images from google drive and google photos, first time downloading of image works fine, but for already downloaded images, node.js fs.CreateReadStream() event handler checks MD5 hash of local file, determines that the asset has already been downloaded.

which is not working here in this case unless we enable --mixed-context on.

what role does --mixed-context might be playing here to make this workflow of md5 hash work?

0

There are 0 answers