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

fix: bring back Android 4.x support #6289

Merged
merged 5 commits into from
Nov 7, 2019
Merged

fix: bring back Android 4.x support #6289

merged 5 commits into from
Nov 7, 2019

Commits on Oct 28, 2019

  1. fix: fallback to a simple WeakMap sham

    If we are running on a browser that doesn't support WeakMap, use a
    simple WeakMap sham as a fallback.
    gkatsev committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    cc3ad3b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. check for weakmap properly

    gkatsev committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    4ef0e1c View commit details
    Browse the repository at this point in the history
  2. Use a SetSham if no Set

    gkatsev committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    4b23d70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf75e27 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. add forEach method to SetSham

    gkatsev committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8dbadf3 View commit details
    Browse the repository at this point in the history