Integrate suggestion from review to improve consistency with existing code.
2 * Any copyright is dedicated to the Public Domain.
3 * http://creativecommons.org/publicdomain/zero/1.0/
5 var xhr = new XMLHttpRequest();
6 xhr.open("GET", "testXHR.txt");
8 xhr.open("GET", "testXHR.txt");