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

HTML Reporter: Avoid leaking Map variable in older browsers #1509

Merged
merged 1 commit into from
Nov 15, 2020
Merged

Conversation

Krinkle
Copy link
Member

@Krinkle Krinkle commented Nov 15, 2020

On IE6-8 and in PhantomJS, our partial ES6 Map implementation was leaking as global variable.

Follows 2f2eaba.
Fixes #1508.

On IE6-8 and in PhantomJS, our partial ES6 Map implementation
was leaking as global variable.

Follows 2f2eaba.
Fixes #1508.
@Krinkle Krinkle merged commit 259f9af into master Nov 15, 2020
@Krinkle Krinkle deleted the leak branch November 15, 2020 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

QUnit 2.11+ leaks incomplete "Map" in older browsers
1 participant