cosminadrianpopescu commented on issue #316:
URL:
https://github.com/apache/cordova-plugin-file/issues/316#issuecomment-667890800
But at least you could just not completely overwrite the old API, like Zone
is doing. So, before the `var File = function(...)`, you could do something
like this:
```
var OriginalFileApi = File;
var File = function(...){}
```
This would at least give us the possibility to just change some small
portions of our code. I also depend on the cordova native HTTP plugin, which
brings this one as dependency.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]