timeout setting for Request#151
Conversation
3ab701e to
5227718
Compare
5227718 to
6a98842
Compare
|
Had to force-push twice because of JS formatting fixes. Srry. |
|
@chekoopa Libraries in the Do you mind switching over to use ES5 in the FFI file? Most likely that will also resolve the parse issue with the foreign JS as well. In this case it mostly looks like that comes down to swapping |
|
@thomashoneyman Sure, done that, let's see what Travis would say. |
|
Checked the documentation and looks like setting 0 is the correct setting for "no timeout", so the |
Yes, I've done it first without Maybe, but '0 ms' as a default value may create some misconceptions. |
|
I think this should have been released as a breaking change - adding the field to |
|
🤕 don't release late at night. I've updated the release to be |
A simple timeout feature with Maybe field in Request. Test case included. Closes #143.
It was easier than I've thought.