flake8
passed.
JSHint
passed.
Review Request #9063 — Created July 8, 2017 and submitted
Some of the new features in Review Board 3.0 regressed support for some
slightly older browsers. There was a non-ES6 JavaScript file using
const, and an expectation thatBlobwas a valid type.The
consthas been replaced with avarstatement, and theBlobis
now checked as a valid type before use. This restores IE9 and some
mobile support.
Tested that IE9 no longer broke on page load.