hz-zhhq-web/node_modules/JSV/jsdoc-toolkit/app/test/name.js

19 lines
266 B
JavaScript
Raw Normal View History

2025-02-25 13:43:48 +08:00
/**
@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() {
return this.nativeResponse.responseText;
}
}