Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CB-11699 Read files as Data URLs properly #191

Merged
merged 1 commit into from Aug 22, 2016

Commits on Aug 16, 2016

  1. CB-11699 Read files as Data URLs properly

    When reading file as Data URL, CHUNK_SIZE must be divisible by 3,
    otherwise the resultant string made by concatenating chunks will
    not be a valid Base64 encoded Data URL.
    
    Also Windows do not support reading sliced files as data URLs, so we
    set chunk size equal to file size
    vladimir-kotikov committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    3bc4945 View commit details
    Browse the repository at this point in the history