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

Ie11 configurable #386

Merged
merged 9 commits into from
Sep 17, 2018
Merged

Ie11 configurable #386

merged 9 commits into from
Sep 17, 2018

Commits on Aug 30, 2018

  1. Fix for IE11 issues

    Unlike other browsers, IE does not check property values when redefining
    non-configurable properties, and simply throws whether they're the same
    or not. This sets configurable: true early, since the list overwrites
    some of its symbols during construction.
    thomaswilburn committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    2e46c6a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

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

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    79a6c98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0014f99 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Configuration menu
    Copy the full SHA
    6fabf47 View commit details
    Browse the repository at this point in the history
  2. Update test for IE

    Functions don't have a name property in IE, we shouldn't rely on
    constant strings for this. Also removed the second test which does
    exactly the same thing as the first, but changes the name.
    thomaswilburn committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    ed22618 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    292f368 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f63570 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Fix linting errors

    thomaswilburn committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    a942593 View commit details
    Browse the repository at this point in the history