Skip to content

Commit

Permalink
docs: add note that noThrow option is experimental
Browse files Browse the repository at this point in the history
* add noThrow option

* mark noThrow as experimental
  • Loading branch information
Angry-Potato authored and nodkz committed Apr 11, 2018
1 parent 4c56ad9 commit 650e6cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ const network = new RelayNetworkLayer(middlewares, options);
Available options:

* **subscribeFn** - if you use subscriptions in your app, you may provide this function which will be passed to [RelayNetwork](https://github.com/facebook/relay/blob/master/packages/relay-runtime/network/RelayNetwork.js).
* **noThrow** - set true to not throw when an error response is given by the server, and to instead handle errors in your app code.
* **noThrow** - **EXPERIMENTAL (May be deprecated in the future)** set true to not throw when an error response is given by the server, and to instead handle errors in your app code.


### Server-side rendering (SSR)

Expand Down

0 comments on commit 650e6cd

Please sign in to comment.