Merge with 48dac21e086f37fbdd0c39823d77a2b652313789
/** @name Response @class*/Response.prototype={/** @name Response#text @function @description Gets the body of the response as plain text @returns {String} Response as text */text:function(){returnthis.nativeResponse.responseText;}}