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: IE11 clone() #1029

Merged
merged 4 commits into from
Oct 21, 2020
Merged

fix: IE11 clone() #1029

merged 4 commits into from
Oct 21, 2020

Commits on Sep 4, 2020

  1. Fix clone() for IE11

    Moving `_whitelist` and `_blacklist` initializations inside `proto` fixes: `createSetIterator called on incompatible receiver` error in IE11
    TheHalcyonSavant authored Sep 4, 2020
    Configuration menu
    Copy the full SHA
    9b09d12 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Clone _whitelist and _blacklist properly

    Improvement on previous commit
    TheHalcyonSavant authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    02ec634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80a5d5f View commit details
    Browse the repository at this point in the history
  3. Add missing key

    TheHalcyonSavant authored Sep 7, 2020
    Configuration menu
    Copy the full SHA
    7253141 View commit details
    Browse the repository at this point in the history