Crashing Browser
Closed this issue · 1 comments
trevordowdle commented
Don't know if this is a Firefox issue or a slingshot issue. However in the browser I have a blob file (a getUserMedia webm video recording) stored in memory.
If I try to upload the blob file
var uploader = new Slingshot.Upload( "uploadToAmazonS3" );
uploader.send( blobFile, function( error, url ) {
The browser constantly crashes one it starts processing the send function. It unfortunately because I don't recall this happening 6 months ago, granted I was not yet on Meteor 1.3. And I have since changed from the blaze templates to react. Not sure if any of this is a factor.. I am just hoping that someone may have some insight on this..
Appreciate it.
trevordowdle commented
This was a browser related crash.