Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Included the polyfill for String.includes #325

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

stevehobbsdev
Copy link
Contributor

@stevehobbsdev stevehobbsdev commented Jan 6, 2020

Description

This fixes a problem with browser-tabs-lock sometimes failing because .includes is not a valid method in IE11. The offending code seems to only execute under certain circumstances, making this error appear intermittently in IE11.

Testing

Tested manually in IE11 + Browserstack using the SPA JS playground app.

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not master

This fixes a problem with browser-tabs-lock sometimes failing because
".includes" is not a valid method in IE11.
@stevehobbsdev stevehobbsdev added review:tiny CH: Fixed PR is fixing a bug labels Jan 6, 2020
@stevehobbsdev stevehobbsdev requested a review from a team January 6, 2020 10:40
@lbalmaceda lbalmaceda closed this Jan 6, 2020
@lbalmaceda lbalmaceda reopened this Jan 6, 2020
@stevehobbsdev stevehobbsdev merged commit 288e13c into master Jan 7, 2020
@stevehobbsdev stevehobbsdev deleted the fix/string-includes-polyfill branch January 7, 2020 10:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
CH: Fixed PR is fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants