Skip to content

Releases: drcallaway/apollo-link-timeout

v1.3.1

14 Jun 14:16
Compare
Choose a tag to compare

Fix for window not found error

v1.3.0

11 Jun 00:01
Compare
Choose a tag to compare

The TimeoutError that's thrown when a request times out now contains the timeout value and a status code as timeout and statusCode properties, respectively. The status code value should be 408 for all timeout errors.