Skip to content

Commit

Permalink
Update README for network adapters returning response headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Ashcraft committed Mar 20, 2017
1 parent 2dc0b57 commit 86fd970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ type NetworkAdapter = (
) => NetworkRequest;

type NetworkRequest = {
execute: (callback: (err: any, resStatus: number, resBody: ?Object, resText: string) => void) => void,
execute: (callback: (err: any, resStatus: number, resBody: ?Object, resText: string, resHeaders: Object) => void) => void,
abort: () => void,
};
```
Expand Down

0 comments on commit 86fd970

Please sign in to comment.