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

chore: suppress character encoding console.errors #1004

Merged

Conversation

dbjorge
Copy link
Contributor

@dbjorge dbjorge commented Aug 2, 2019

Description of changes

In Firefox, HTML pages that don't have charsets specified explicitly cause console.errors. This fixes those errors by explicitly specifying the encoding we were previously using implicitly (utf-8).

Pull request checklist

  • Addresses an existing issue: Motivated by Firefox support? #445
  • [n/a] Added relevant unit test for your changes. (yarn test)
  • [n/a] Verified code coverage for the changes made. Check coverage report at: <rootDir>/test-results/unit/coverage
  • Ran precheckin (yarn precheckin)
  • [n/a] (UI changes only) Added screenshots/GIFs to description above
  • [n/a] (UI changes only) Verified usability with NVDA/JAWS

@dbjorge dbjorge requested a review from a team August 2, 2019 01:37
@dbjorge dbjorge changed the title chore: suppress character encoding console.errors in background chore: suppress character encoding console.errors Aug 2, 2019
@dbjorge dbjorge merged commit 4504f9f into microsoft:master Aug 2, 2019
@dbjorge dbjorge deleted the prevent-unknown-charset-console-errors branch August 2, 2019 02:36
@dbjorge dbjorge mentioned this pull request Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants