Sha256: a25b1cc142d6ea5c0d58e19313f5545409b778bd157b353ef3a03f07d8bf0548
Contents?: true
Size: 280 Bytes
Versions: 71
Compression:
Stored size: 280 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
71 entries across 71 versions & 2 rubygems