Skip to content

Commit

Permalink
direct display of response
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Jendral committed Feb 14, 2018
1 parent 148de43 commit 785fd37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xhr.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ window.XhrElement = (function() {

_setResponse(response) {
this._response = response;
this.innerHTML = response;
dispatchEvent(this, 'response-change');
}

Expand Down

0 comments on commit 785fd37

Please sign in to comment.