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

Use FileReader in macOS native apps using WebKit #613

Merged
merged 6 commits into from
Jan 31, 2020

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    db78801 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    d3d2bd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    572f254 View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.0.3

    rajivshah3 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    16a8bb9 View commit details
    Browse the repository at this point in the history
  3. Rebuild dist

    rajivshah3 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    0a2e868 View commit details
    Browse the repository at this point in the history
  4. Switch isWebKit and isSafari conditions to maintain behavior

    Using isWebKit before isSafari could cause Safari to use FileReader even if force === false, since the user agent for Safari also includes AppleWebKit
    rajivshah3 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    7a8ff3c View commit details
    Browse the repository at this point in the history