Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | return Result[T, JSError] from fromJS | bptato | 2023-07-02 | 1 | -1/+0 |
| | |||||
* | Factor out headers into separate module | bptato | 2023-07-01 | 1 | -0/+1 |
| | |||||
* | use =destroy instead of finalizers | bptato | 2023-07-01 | 1 | -0/+2 |
| | | | | | This should help with moving to ORC in the future. (Also, finalizers do not work very well in the first place.) | ||||
* | Do not allow text() twice, etc... | bptato | 2023-06-20 | 1 | -6/+19 |
| | |||||
* | Add Response.ok, url, fix type confusion with status | bptato | 2023-06-19 | 1 | -2/+8 |
| | |||||
* | Reject fetch promise on network error | bptato | 2023-06-19 | 1 | -1/+1 |
| | | | | Instead of setting the non-standard res variable. | ||||
* | Cleanups & bug fixes involving promises | bptato | 2023-06-15 | 1 | -0/+50 |
Now a promise returning nil doesn't just leave the rest of the then chain hanging. Hooray. |