You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/18 20:58:36 UTC

[GitHub] [cordova-plugin-file] jimmywarting opened a new issue #302: Make file inherit from blob

jimmywarting opened a new issue #302: Make file inherit from blob
URL: https://github.com/apache/cordova-plugin-file/issues/302
 
 
   # Bug Report
   
   ## Problem
   ```js
   console.assert(file instanceof Blob)
   ```
   should not throw error
   
   ### What is expected to happen?
   File should inherit from Blob
   
   
   ### What does actually happen?
   it logs a error, file is not a instance of Blob
   
   
   ## Information
   https://github.com/webtorrent/create-torrent/pull/89
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   
   
   --- 
   
   I'm not a cordova developer but i tried it out a long time ago... it's not really my issue but someone else 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org