goog.labs.net.webChannel.FetchResponseStateA collection of fetch/stream properties. new FetchResponseState()ParametersNone.VIEW SOURCEInstance Propertiesexpand_morethis.responseArrivedForFetch → booleanWhether or not the response body has arrived. VIEW SOURCEexpand_morethis.responseBuffer → stringThe unconsumed response text from the fetch requests. VIEW SOURCEexpand_morethis.textDecoder → (TextDecoder|null)The TextDecoder for decoding Uint8Array responses from fetch request. VIEW SOURCE