globules-io commented on issue #572:
URL: 
https://github.com/apache/cordova-plugin-file/issues/572#issuecomment-2981487042

   We are having the same issue. File constructor is overriding the default 
File constructor
   
   Expected : 
   new File( FILE_BITS , FILE_NAME, OPTIONS );
   
   This plugin sets it as 
   new File( FILE_NAME , LOCAL_URL , TYPE , LAST_MODIFIED_DATE, SIZE );
   
   Breaking the entire File Object. This is not good.
   
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to