Added support for editing the currently selected segment and its potential tags
/** @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;}}