TESTING -Meepsworth
direct image link | download PNG | edit this image | share on r/pam
Description: var HttpClient = function() { this.get = function(aUrl, aCallback) { var anHttpRequest = new XMLHttpRequest(); anHttpRequest.onreadystatechange = function() { if (anHttpRequest.readyState == 4 && anHttpRequest.status == 200) aCallback(anHttpRequest.responseText); } anHttpRequest.open( "GET", aUrl, true ); anHttpRequest.send( null ); } }
| CREATOR ID: | 59719d |
| VIEWS: | 83 |
| AGE: | 6 years old |
| BASED ON: |
PIXEL ART GALLERY
PIXEL ART COMMUNITY