Skip to content

Added slice function when unable to mozSlice and webkitSlice#12

Open
tgentet-4c wants to merge 2 commits intotehnrd:masterfrom
tgentet-4c:master
Open

Added slice function when unable to mozSlice and webkitSlice#12
tgentet-4c wants to merge 2 commits intotehnrd:masterfrom
tgentet-4c:master

Conversation

@tgentet-4c
Copy link

I added lines 133-135:
else {
var blobChunk = currentFile.slice(startByte , stopByte + 1);
}

I was receiving an error when running this code on Chrome Version 53.0.2785.116 (64-bit) OSX.

The above fixed the issue 👍

I reformatted the code so it added in a TON of whitespace, if you add w=1 to the URL as a Param it should remove it and only show you what needs to be seen :)

tgentet-cloudsocius added 2 commits September 21, 2016 11:51
Added lines 133-135:
else {
    var blobChunk = currentFile.slice(startByte , stopByte + 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant