Troy Wolf

Results 5 issues of Troy Wolf

Angular binding via ng-model only works one way. If I move the slider, my scope variable is changed accordingly. The binding from the UI to the script works. However, if...

Firefox **84.0** streamsaver **2.0.5** I get this error: ```streamSaver.WritableStream is not a constructor``` When I attempt: ```const fileStream = streamSaver.createWriteStream('myfilename.csv')``` This works in Chrome. Looking through issues, I see this...

This is not an issue with socketio-file-upload, but is an issue others may run into when uploading files. I found that my Microsoft Edge users would end up with files...

How difficult would it be to provide a method to cancel an in-progress file upload? Dropzone.js offers this functionality: http://www.dropzonejs.com/#config-addRemoveLinks. I'm thinking something similar. To understand why someone might want...

Browser is IE11. Domain being accessed is in Compatibility View list. ie-truth is correctly detecting IE11, but indicates CompatibilityMode: false. When I open the page in the IE developer console,...