Sha256: 21b2a3f48fd479b8bd4bbae00fa31237bb929eb45a66c63fa240b5309157acbc
Contents?: true
Size: 266 Bytes
Versions: 132
Compression:
Stored size: 266 Bytes
Contents
/** @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; } }
Version data entries
132 entries across 131 versions & 14 rubygems