We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JSON.stringify(this._request, 2, null)
it should be:
JSON.stringify(this._request, null, 2)
Specs: JSON.stringify(value) JSON.stringify(value, replacer) JSON.stringify(value, replacer, space)
JSON.stringify(value)
JSON.stringify(value, replacer)
JSON.stringify(value, replacer, space)