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

FileWriter writes data in chunks, and converts ArrayBuffers to Base64. Fixes Issue #364 #461

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Feb 17, 2021

  1. FileWriter writes data in chunks, and converts ArrayBuffers to Base64…

    … encoded strings via FileReader.
    LightMind committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    2deb9a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Merge branch 'master' of github.com:apache/cordova-plugin-file into i…

    …ssue/364-writing-large-files
    LightMind committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    2c785fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    318fdd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7361135 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59bf40e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Run tests again

    LightMind committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    16e390f View commit details
    Browse the repository at this point in the history